Index: head/editors/mg/Makefile =================================================================== --- head/editors/mg/Makefile (revision 423535) +++ head/editors/mg/Makefile (revision 423536) @@ -1,47 +1,48 @@ # Created by: Dima Dorfman # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20160912 +PORTVERSION= 20161005 CATEGORIES= editors MASTER_SITES= http://homepage.boetes.org/software/mg/ MAINTAINER= t@tobik.me COMMENT= Small, fast Emacs-like editor LICENSE= PD USES= ncurses PLIST_FILES= bin/mg man/man1/mg.1.gz PORTDOCS= README tutorial OPTIONS_DEFINE= DOCS .include .if ${OSVERSION} < 1002506 BROKEN= does not build, requires futimens system call .endif .if ${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072 EXTRA_PATCHES= ${FILESDIR}/extra-patch-def.h post-patch: ${CP} ${FILESDIR}/reallocarray.c ${WRKSRC} - @${REINPLACE_CMD} -e 's| theo.c| theo.c reallocarray.c|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's| tags.c| tags.c reallocarray.c|' ${WRKSRC}/Makefile .endif pre-configure: - @${REINPLACE_CMD} -e 's|__dead|__dead2|' ${WRKSRC}/main.c + @${REINPLACE_CMD} 's|-lcurses|-lncurses|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's|__dead|__dead2|' ${WRKSRC}/main.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/editors/mg/distinfo =================================================================== --- head/editors/mg/distinfo (revision 423535) +++ head/editors/mg/distinfo (revision 423536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473715513 -SHA256 (mg-20160912.tar.gz) = 0b050456b78d767d13839486e01705de6acf407f27052c204505e166eb698176 -SIZE (mg-20160912.tar.gz) = 145176 +TIMESTAMP = 1475873963 +SHA256 (mg-20161005.tar.gz) = b7fcb5136a6783ca24c8463ab0852fc1f26bdb2bb1c24759b2c51ccfc46c5e61 +SIZE (mg-20161005.tar.gz) = 140797 Index: head/editors/mg/files/patch-Makefile =================================================================== --- head/editors/mg/files/patch-Makefile (revision 423535) +++ head/editors/mg/files/patch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-09-12 16:36:25 UTC -+++ Makefile -@@ -2,7 +2,7 @@ - - PROG= mg - --LDADD+= -lcurses -lutil -+LDADD+= -lncurses -lutil - DPADD+= ${LIBCURSES} ${LIBUTIL} - - # (Common) compile-time options: Property changes on: head/editors/mg/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property