Index: head/ports-mgmt/portsnap/Makefile =================================================================== --- head/ports-mgmt/portsnap/Makefile (revision 123442) +++ head/ports-mgmt/portsnap/Makefile (revision 123443) @@ -1,51 +1,52 @@ # New ports collection makefile for: Ports tree snapshot utility # Date created: 29 October 2004 # Whom: cperciva@daemonology.net # # $FreeBSD$ # PORTNAME= portsnap -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.3 CATEGORIES= sysutils net MASTER_SITES= http://www.daemonology.net/portsnap/ MAINTAINER= cperciva@daemonology.net COMMENT= Provides secure snapshots of the ports directory RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff \ freebsd-update-verify:${PORTSDIR}/security/freebsd-update .include .if ${OSVERSION} < 491101 || ( ${OSVERSION} > 499999 && ${OSVERSION} < 502114 ) RUN_DEPENDS+= sha1:${PORTSDIR}/sysutils/freebsd-sha1 .endif MAN5= portsnap.conf.5 MAN8= portsnap.8 -PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap +PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \ + portsnap/.package.this.directory PLIST_DIRS= portsnap PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: ${SED} -e "s#PREFIX=/usr/local#PREFIX=${PREFIX}#g" \ ${WRKSRC}/portsnap > ${WRKSRC}/portsnap.new ${MV} ${WRKSRC}/portsnap.new ${WRKSRC}/portsnap @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${PKGDIR}/pkg-message \ > ${PKGMESSAGE} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portsnap ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/portsnap.conf.5 ${PREFIX}/man/man5/ ${INSTALL_MAN} ${WRKSRC}/portsnap.8 ${PREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/portsnap.conf \ ${PREFIX}/etc/portsnap.conf.sample ${MKDIR} ${PREFIX}/portsnap + ${TOUCH} ${PREFIX}/portsnap/.package.this.directory post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/ports-mgmt/portsnap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/ports-mgmt/portsnap/distinfo =================================================================== --- head/ports-mgmt/portsnap/distinfo (revision 123442) +++ head/ports-mgmt/portsnap/distinfo (revision 123443) @@ -1,2 +1,2 @@ -MD5 (portsnap-0.2.tar.gz) = bd31debcdec8acfc391c880d42ab52dc -SIZE (portsnap-0.2.tar.gz) = 6752 +MD5 (portsnap-0.3.tar.gz) = 5dbbc7d50b2f3c5103e2fb1ca754e626 +SIZE (portsnap-0.3.tar.gz) = 7640 Property changes on: head/ports-mgmt/portsnap/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/portsnap/Makefile =================================================================== --- head/sysutils/portsnap/Makefile (revision 123442) +++ head/sysutils/portsnap/Makefile (revision 123443) @@ -1,51 +1,52 @@ # New ports collection makefile for: Ports tree snapshot utility # Date created: 29 October 2004 # Whom: cperciva@daemonology.net # # $FreeBSD$ # PORTNAME= portsnap -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.3 CATEGORIES= sysutils net MASTER_SITES= http://www.daemonology.net/portsnap/ MAINTAINER= cperciva@daemonology.net COMMENT= Provides secure snapshots of the ports directory RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff \ freebsd-update-verify:${PORTSDIR}/security/freebsd-update .include .if ${OSVERSION} < 491101 || ( ${OSVERSION} > 499999 && ${OSVERSION} < 502114 ) RUN_DEPENDS+= sha1:${PORTSDIR}/sysutils/freebsd-sha1 .endif MAN5= portsnap.conf.5 MAN8= portsnap.8 -PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap +PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \ + portsnap/.package.this.directory PLIST_DIRS= portsnap PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: ${SED} -e "s#PREFIX=/usr/local#PREFIX=${PREFIX}#g" \ ${WRKSRC}/portsnap > ${WRKSRC}/portsnap.new ${MV} ${WRKSRC}/portsnap.new ${WRKSRC}/portsnap @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${PKGDIR}/pkg-message \ > ${PKGMESSAGE} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portsnap ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/portsnap.conf.5 ${PREFIX}/man/man5/ ${INSTALL_MAN} ${WRKSRC}/portsnap.8 ${PREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/portsnap.conf \ ${PREFIX}/etc/portsnap.conf.sample ${MKDIR} ${PREFIX}/portsnap + ${TOUCH} ${PREFIX}/portsnap/.package.this.directory post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/portsnap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/portsnap/distinfo =================================================================== --- head/sysutils/portsnap/distinfo (revision 123442) +++ head/sysutils/portsnap/distinfo (revision 123443) @@ -1,2 +1,2 @@ -MD5 (portsnap-0.2.tar.gz) = bd31debcdec8acfc391c880d42ab52dc -SIZE (portsnap-0.2.tar.gz) = 6752 +MD5 (portsnap-0.3.tar.gz) = 5dbbc7d50b2f3c5103e2fb1ca754e626 +SIZE (portsnap-0.3.tar.gz) = 7640 Property changes on: head/sysutils/portsnap/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property