svn commit: r421602 - in head/www/mgstat: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 9 09:01:32 UTC 2016


Author: amdmi3
Date: Fri Sep  9 09:01:30 2016
New Revision: 421602
URL: https://svnweb.freebsd.org/changeset/ports/421602

Log:
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Added:
  head/www/mgstat/files/patch-Makefile.in
     - copied, changed from r421601, head/www/mgstat/files/patch-Makefile
Deleted:
  head/www/mgstat/files/patch-Makefile
Modified:
  head/www/mgstat/Makefile

Modified: head/www/mgstat/Makefile
==============================================================================
--- head/www/mgstat/Makefile	Fri Sep  9 08:56:57 2016	(r421601)
+++ head/www/mgstat/Makefile	Fri Sep  9 09:01:30 2016	(r421602)
@@ -19,7 +19,7 @@ PLIST_FILES=	bin/mgstat
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 

Copied and modified: head/www/mgstat/files/patch-Makefile.in (from r421601, head/www/mgstat/files/patch-Makefile)
==============================================================================
--- head/www/mgstat/files/patch-Makefile	Fri Sep  9 08:56:57 2016	(r421601, copy source)
+++ head/www/mgstat/files/patch-Makefile.in	Fri Sep  9 09:01:30 2016	(r421602)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2014-06-12 00:19:19.436431985 +0800
-+++ Makefile.in	2014-06-12 00:19:41.034432038 +0800
+--- Makefile.in.orig	2001-07-16 14:41:29 UTC
++++ Makefile.in
 @@ -68,5 +68,4 @@ distclean:
  	make clean
  	rm -f config.cache config.status config.log Makefile 


More information about the svn-ports-head mailing list