svn commit: r423536 - in head/editors/mg: . files

Olivier Duchateau olivierd at FreeBSD.org
Sat Oct 8 19:50:46 UTC 2016


Author: olivierd
Date: Sat Oct  8 19:50:45 2016
New Revision: 423536
URL: https://svnweb.freebsd.org/changeset/ports/423536

Log:
  Update to 20161005 snapshot
  
  PR:		213292
  Submitted by:	Tobias Kortkamp (maintainer)

Deleted:
  head/editors/mg/files/patch-Makefile
Modified:
  head/editors/mg/Makefile
  head/editors/mg/distinfo

Modified: head/editors/mg/Makefile
==============================================================================
--- head/editors/mg/Makefile	Sat Oct  8 19:43:59 2016	(r423535)
+++ head/editors/mg/Makefile	Sat Oct  8 19:50:45 2016	(r423536)
@@ -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-d
 
 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

Modified: head/editors/mg/distinfo
==============================================================================
--- head/editors/mg/distinfo	Sat Oct  8 19:43:59 2016	(r423535)
+++ head/editors/mg/distinfo	Sat Oct  8 19:50:45 2016	(r423536)
@@ -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


More information about the svn-ports-head mailing list