svn commit: r359766 - head/sysutils/sievelog

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 29 14:19:39 UTC 2014


Author: vanilla
Date: Sun Jun 29 14:19:38 2014
New Revision: 359766
URL: http://svnweb.freebsd.org/changeset/ports/359766
QAT: https://qat.redports.org/buildarchive/r359766/

Log:
  1: Stagify.
  2: use @sample, bump version.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/sysutils/sievelog/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/sievelog/Makefile

Modified: head/sysutils/sievelog/Makefile
==============================================================================
--- head/sysutils/sievelog/Makefile	Sun Jun 29 14:11:04 2014	(r359765)
+++ head/sysutils/sievelog/Makefile	Sun Jun 29 14:19:38 2014	(r359766)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sievelog
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,17 +16,9 @@ USE_PYDISTUTILS=yes
 
 SUB_FILES=	pkg-message
 
-PLIST_FILES=	bin/${PORTNAME} \
-		etc/${PORTNAME}.conf.example
-
-MAN1=		${PORTNAME}.1
-MAN5=		${PORTNAME}.conf.5
-
-NO_STAGE=	yes
 post-install:
-	@${CP} -p ${WRKSRC}/test.sv ${PREFIX}/etc/${PORTNAME}.conf.example
-	@${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
-	@${INSTALL_MAN} ${WRKSRC}/man/man5/${MAN5} ${MANPREFIX}/man/man5
-	@${CAT} ${PKGMESSAGE}
+	@${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.example
+	@${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/man/man5/${PORTNAME}.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
 
 .include <bsd.port.mk>

Added: head/sysutils/sievelog/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/sievelog/pkg-plist	Sun Jun 29 14:19:38 2014	(r359766)
@@ -0,0 +1,4 @@
+bin/sievelog
+ at sample etc/sievelog.conf.example
+man/man1/sievelog.1.gz
+man/man5/sievelog.conf.5.gz


More information about the svn-ports-all mailing list