Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2016 14:16:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410890 - in head/sysutils/installwatch: . files
Message-ID:  <201603121416.u2CEGR6O079105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Mar 12 14:16:27 2016
New Revision: 410890
URL: https://svnweb.freebsd.org/changeset/ports/410890

Log:
  - Clarify LICENSE
  - Don't install unneeded docfile
  - Silence stripping
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/sysutils/installwatch/Makefile
  head/sysutils/installwatch/files/patch-Makefile
  head/sysutils/installwatch/files/patch-installwatch.c

Modified: head/sysutils/installwatch/Makefile
==============================================================================
--- head/sysutils/installwatch/Makefile	Sat Mar 12 14:14:13 2016	(r410889)
+++ head/sysutils/installwatch/Makefile	Sat Mar 12 14:16:27 2016	(r410890)
@@ -10,17 +10,20 @@ MASTER_SITES=	http://asic-linux.com.mx/~
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	File creation/modification logger
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	bin/installwatch lib/installwatch.so
-PORTDOCS=	BUGS CHANGELOG INSTALL README TODO
+PORTDOCS=	BUGS CHANGELOG README TODO
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/installwatch.so
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/installwatch.so
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 

Modified: head/sysutils/installwatch/files/patch-Makefile
==============================================================================
--- head/sysutils/installwatch/files/patch-Makefile	Sat Mar 12 14:14:13 2016	(r410889)
+++ head/sysutils/installwatch/files/patch-Makefile	Sat Mar 12 14:16:27 2016	(r410890)
@@ -1,5 +1,5 @@
---- ./Makefile.orig	2001-12-22 21:55:11.000000000 -0200
-+++ ./Makefile	2014-02-22 22:45:43.000000000 -0300
+--- Makefile.orig	2001-12-22 23:55:11 UTC
++++ Makefile
 @@ -4,7 +4,6 @@
  # Well, the only configurable part is the following variable.
  # Make sure the directory you specify exists.
@@ -8,7 +8,7 @@
  
  # End of configurable part
  
-@@ -16,19 +15,19 @@
+@@ -16,19 +15,19 @@ LIBDIR=$(PREFIX)/lib
  all: installwatch.so
  
  installwatch.so: installwatch.o
@@ -33,7 +33,7 @@
  
  uninstall:
  	rm $(LIBDIR)/installwatch.so
-@@ -41,7 +40,7 @@
+@@ -41,7 +40,7 @@ tarball: clean
  	tar -czvC .. -f ../installwatch-$(VERSION).tar.gz installwatch-$(VERSION)
  
  test: install

Modified: head/sysutils/installwatch/files/patch-installwatch.c
==============================================================================
--- head/sysutils/installwatch/files/patch-installwatch.c	Sat Mar 12 14:14:13 2016	(r410889)
+++ head/sysutils/installwatch/files/patch-installwatch.c	Sat Mar 12 14:16:27 2016	(r410890)
@@ -1,6 +1,6 @@
---- installwatch.c.orig
+--- installwatch.c.orig	2001-12-22 23:55:11 UTC
 +++ installwatch.c
-@@ -574,7 +574,7 @@
+@@ -574,7 +574,7 @@ int open(const char *pathname, int flags
  
  	REFCOUNT;
  	va_start(ap, flags);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603121416.u2CEGR6O079105>