svn commit: r471695 - head/sysutils/savelogs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:16:06 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:15:57 2018
New Revision: 471695
URL: https://svnweb.freebsd.org/changeset/ports/471695

Log:
  Add LICENSE
  
  - Convert to options target helper
  - Update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/savelogs/Makefile
  head/sysutils/savelogs/pkg-descr

Modified: head/sysutils/savelogs/Makefile
==============================================================================
--- head/sysutils/savelogs/Makefile	Mon Jun  4 18:15:50 2018	(r471694)
+++ head/sysutils/savelogs/Makefile	Mon Jun  4 18:15:57 2018	(r471695)
@@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR=	CPAN:SCOTTW
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Save log files in a nice way
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes
@@ -19,8 +22,12 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.sample ${STAGEDIR}${PREFIX}/etc/
+
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR}
+
+post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.lint ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/sysutils/savelogs/pkg-descr
==============================================================================
--- head/sysutils/savelogs/pkg-descr	Mon Jun  4 18:15:50 2018	(r471694)
+++ head/sysutils/savelogs/pkg-descr	Mon Jun  4 18:15:57 2018	(r471695)
@@ -11,4 +11,4 @@ file but leave the tar file uncompressed, etc. You pic
 
 savelogs has many options yet retains a high degree of dwimitude.
 
-WWW: http://search.cpan.org/dist/savelogs/
+WWW: https://metacpan.org/release/SCOTTW/savelogs-1.98


More information about the svn-ports-all mailing list