diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-10-09 03:50:45 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-10-09 03:50:45 +0800 |
commit | 3a2d48731c8984f40b053d3b3ce79b3bdf40489e (patch) | |
tree | 5d4c10ad5668cbb277bcf91a45dad7c4634bb2a7 /editors | |
parent | 8a4e74371396bd1a350c11d4f7f5793c7953ba85 (diff) | |
download | freebsd-ports-graphics-3a2d48731c8984f40b053d3b3ce79b3bdf40489e.tar.gz freebsd-ports-graphics-3a2d48731c8984f40b053d3b3ce79b3bdf40489e.tar.zst freebsd-ports-graphics-3a2d48731c8984f40b053d3b3ce79b3bdf40489e.zip |
Update to 20161005 snapshot
PR: 213292
Submitted by: Tobias Kortkamp (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mg/Makefile | 7 | ||||
-rw-r--r-- | editors/mg/distinfo | 6 | ||||
-rw-r--r-- | editors/mg/files/patch-Makefile | 11 |
3 files changed, 7 insertions, 17 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index 1aa1fcdd5e2..0ee000386e2 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20160912 +PORTVERSION= 20161005 CATEGORIES= editors MASTER_SITES= http://homepage.boetes.org/software/mg/ @@ -28,11 +28,12 @@ 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 diff --git a/editors/mg/distinfo b/editors/mg/distinfo index 210a46059b2..16153fbd83e 100644 --- a/editors/mg/distinfo +++ b/editors/mg/distinfo @@ -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 diff --git a/editors/mg/files/patch-Makefile b/editors/mg/files/patch-Makefile deleted file mode 100644 index 46af7b05916..00000000000 --- a/editors/mg/files/patch-Makefile +++ /dev/null @@ -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: |