Index: head/devel/p4/Makefile =================================================================== --- head/devel/p4/Makefile (revision 107712) +++ head/devel/p4/Makefile (revision 107713) @@ -1,138 +1,138 @@ # New ports collection makefile for: perforce # Date created: 3 Mai 2000 # Whom: sam@inf.enst.fr # # $FreeBSD$ # PORTNAME= perforce PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none MAINTAINER= marshall@chezmarshall.com COMMENT= Perforce client and server # # This is a kludge. I don't know a better way to set PORTVERSION and # PORTREVISION such that pkg_version figures out an update is needed # ARCH!= /usr/bin/uname -p ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 3 +REVISION= 4 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else IGNORE= "Unsupported platform, sorry." .endif # End of kludge NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes .include # These variables are all configurable. PERFORCE_USER?= p4admin PERFORCE_UID?= 94 PERFORCE_GROUP?= p4admin PERFORCE_GID?= 94 PERFORCE_HOME?= ${LOCALBASE}/perforce PERFORCE_ROOT?= ${PERFORCE_HOME}/root PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 PERFORCE_CACHE?= ${PERFORCE_HOME}/cache PERFORCE_TARGET?= perforce:1666 pre-everything:: @${ECHO} "If the checksums fail, try doing 'make distclean'" @${ECHO} "to force getting the latest binaries from Perforce." @${ECHO} "" @${ECHO} "Read the release notes for this release to determine" @${ECHO} "how to migrate the database to the new version. In" @${ECHO} "most instances, it is done automatically. However," @${ECHO} "sometimes it must be done manually." @${ECHO} "" @${ECHO} "The release notes for this version are at" @${ECHO} ${REL_NOTES} @${ECHO} "" @${ECHO} "Checkpoint and backup your data before installing!" do-build: ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf ${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ PERFORCE_USER=${PERFORCE_USER} \ PERFORCE_UID=${PERFORCE_UID} \ PERFORCE_GROUP=${PERFORCE_GROUP} \ PERFORCE_GID=${PERFORCE_GID} \ PERFORCE_HOME=${PERFORCE_HOME} \ PERFORCE_ROOT=${PERFORCE_ROOT} \ PERFORCE_LOGS=${PERFORCE_LOGS} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL do-install: .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN1} ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ .endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor post-install: .for f in ${BIN_FILES} ${ECHO_CMD} bin/${f} >> ${TMPPLIST} .endfor .for f in ${SBIN_FILES} ${ECHO_CMD} sbin/${f} >> ${TMPPLIST} .endfor ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} .include Property changes on: head/devel/p4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/p4/distinfo.i386 =================================================================== --- head/devel/p4/distinfo.i386 (revision 107712) +++ head/devel/p4/distinfo.i386 (revision 107713) @@ -1,14 +1,14 @@ -MD5 (perforce/03.2/i386/p4) = 2132137475d180dc69c5f832e94a65ba -SIZE (perforce/03.2/i386/p4) = 684648 -MD5 (perforce/03.2/i386/p4web) = 75dedf7349c0461493006ef7fbe39be6 -SIZE (perforce/03.2/i386/p4web) = 1639517 -MD5 (perforce/03.2/i386/p4d) = f01d930c90831afabb543801967994e5 -SIZE (perforce/03.2/i386/p4d) = 1345828 -MD5 (perforce/03.2/i386/p4ftpd) = 7a5b205c66ccc7e438c88820979662f2 -SIZE (perforce/03.2/i386/p4ftpd) = 794956 -MD5 (perforce/03.2/i386/p4p) = 216b5384133ee93058830c833613152d -SIZE (perforce/03.2/i386/p4p) = 672070 +MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e +SIZE (perforce/03.2/i386/p4) = 684712 +MD5 (perforce/03.2/i386/p4web) = 08a27f08c944f385ce65f3e848370b67 +SIZE (perforce/03.2/i386/p4web) = 1639582 +MD5 (perforce/03.2/i386/p4d) = 89e217f6ec39f53ed0a265a52702c6b8 +SIZE (perforce/03.2/i386/p4d) = 1345892 +MD5 (perforce/03.2/i386/p4ftpd) = e96ad6e757c21f59837d88437a61eebf +SIZE (perforce/03.2/i386/p4ftpd) = 794988 +MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 +SIZE (perforce/03.2/i386/p4p) = 672103 MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 SIZE (perforce/03.2/i386/p4.1) = 72954 MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 SIZE (perforce/03.2/i386/p4d.1) = 4529 Property changes on: head/devel/p4/distinfo.i386 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/p4d/Makefile =================================================================== --- head/devel/p4d/Makefile (revision 107712) +++ head/devel/p4d/Makefile (revision 107713) @@ -1,138 +1,138 @@ # New ports collection makefile for: perforce # Date created: 3 Mai 2000 # Whom: sam@inf.enst.fr # # $FreeBSD$ # PORTNAME= perforce PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none MAINTAINER= marshall@chezmarshall.com COMMENT= Perforce client and server # # This is a kludge. I don't know a better way to set PORTVERSION and # PORTREVISION such that pkg_version figures out an update is needed # ARCH!= /usr/bin/uname -p ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 3 +REVISION= 4 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else IGNORE= "Unsupported platform, sorry." .endif # End of kludge NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes .include # These variables are all configurable. PERFORCE_USER?= p4admin PERFORCE_UID?= 94 PERFORCE_GROUP?= p4admin PERFORCE_GID?= 94 PERFORCE_HOME?= ${LOCALBASE}/perforce PERFORCE_ROOT?= ${PERFORCE_HOME}/root PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 PERFORCE_CACHE?= ${PERFORCE_HOME}/cache PERFORCE_TARGET?= perforce:1666 pre-everything:: @${ECHO} "If the checksums fail, try doing 'make distclean'" @${ECHO} "to force getting the latest binaries from Perforce." @${ECHO} "" @${ECHO} "Read the release notes for this release to determine" @${ECHO} "how to migrate the database to the new version. In" @${ECHO} "most instances, it is done automatically. However," @${ECHO} "sometimes it must be done manually." @${ECHO} "" @${ECHO} "The release notes for this version are at" @${ECHO} ${REL_NOTES} @${ECHO} "" @${ECHO} "Checkpoint and backup your data before installing!" do-build: ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf ${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ PERFORCE_USER=${PERFORCE_USER} \ PERFORCE_UID=${PERFORCE_UID} \ PERFORCE_GROUP=${PERFORCE_GROUP} \ PERFORCE_GID=${PERFORCE_GID} \ PERFORCE_HOME=${PERFORCE_HOME} \ PERFORCE_ROOT=${PERFORCE_ROOT} \ PERFORCE_LOGS=${PERFORCE_LOGS} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL do-install: .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN1} ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ .endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor post-install: .for f in ${BIN_FILES} ${ECHO_CMD} bin/${f} >> ${TMPPLIST} .endfor .for f in ${SBIN_FILES} ${ECHO_CMD} sbin/${f} >> ${TMPPLIST} .endfor ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} .include Property changes on: head/devel/p4d/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/p4d/distinfo.i386 =================================================================== --- head/devel/p4d/distinfo.i386 (revision 107712) +++ head/devel/p4d/distinfo.i386 (revision 107713) @@ -1,14 +1,14 @@ -MD5 (perforce/03.2/i386/p4) = 2132137475d180dc69c5f832e94a65ba -SIZE (perforce/03.2/i386/p4) = 684648 -MD5 (perforce/03.2/i386/p4web) = 75dedf7349c0461493006ef7fbe39be6 -SIZE (perforce/03.2/i386/p4web) = 1639517 -MD5 (perforce/03.2/i386/p4d) = f01d930c90831afabb543801967994e5 -SIZE (perforce/03.2/i386/p4d) = 1345828 -MD5 (perforce/03.2/i386/p4ftpd) = 7a5b205c66ccc7e438c88820979662f2 -SIZE (perforce/03.2/i386/p4ftpd) = 794956 -MD5 (perforce/03.2/i386/p4p) = 216b5384133ee93058830c833613152d -SIZE (perforce/03.2/i386/p4p) = 672070 +MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e +SIZE (perforce/03.2/i386/p4) = 684712 +MD5 (perforce/03.2/i386/p4web) = 08a27f08c944f385ce65f3e848370b67 +SIZE (perforce/03.2/i386/p4web) = 1639582 +MD5 (perforce/03.2/i386/p4d) = 89e217f6ec39f53ed0a265a52702c6b8 +SIZE (perforce/03.2/i386/p4d) = 1345892 +MD5 (perforce/03.2/i386/p4ftpd) = e96ad6e757c21f59837d88437a61eebf +SIZE (perforce/03.2/i386/p4ftpd) = 794988 +MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 +SIZE (perforce/03.2/i386/p4p) = 672103 MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 SIZE (perforce/03.2/i386/p4.1) = 72954 MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 SIZE (perforce/03.2/i386/p4d.1) = 4529 Property changes on: head/devel/p4d/distinfo.i386 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/p4ftpd/Makefile =================================================================== --- head/devel/p4ftpd/Makefile (revision 107712) +++ head/devel/p4ftpd/Makefile (revision 107713) @@ -1,138 +1,138 @@ # New ports collection makefile for: perforce # Date created: 3 Mai 2000 # Whom: sam@inf.enst.fr # # $FreeBSD$ # PORTNAME= perforce PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none MAINTAINER= marshall@chezmarshall.com COMMENT= Perforce client and server # # This is a kludge. I don't know a better way to set PORTVERSION and # PORTREVISION such that pkg_version figures out an update is needed # ARCH!= /usr/bin/uname -p ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 3 +REVISION= 4 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else IGNORE= "Unsupported platform, sorry." .endif # End of kludge NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes .include # These variables are all configurable. PERFORCE_USER?= p4admin PERFORCE_UID?= 94 PERFORCE_GROUP?= p4admin PERFORCE_GID?= 94 PERFORCE_HOME?= ${LOCALBASE}/perforce PERFORCE_ROOT?= ${PERFORCE_HOME}/root PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 PERFORCE_CACHE?= ${PERFORCE_HOME}/cache PERFORCE_TARGET?= perforce:1666 pre-everything:: @${ECHO} "If the checksums fail, try doing 'make distclean'" @${ECHO} "to force getting the latest binaries from Perforce." @${ECHO} "" @${ECHO} "Read the release notes for this release to determine" @${ECHO} "how to migrate the database to the new version. In" @${ECHO} "most instances, it is done automatically. However," @${ECHO} "sometimes it must be done manually." @${ECHO} "" @${ECHO} "The release notes for this version are at" @${ECHO} ${REL_NOTES} @${ECHO} "" @${ECHO} "Checkpoint and backup your data before installing!" do-build: ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf ${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ PERFORCE_USER=${PERFORCE_USER} \ PERFORCE_UID=${PERFORCE_UID} \ PERFORCE_GROUP=${PERFORCE_GROUP} \ PERFORCE_GID=${PERFORCE_GID} \ PERFORCE_HOME=${PERFORCE_HOME} \ PERFORCE_ROOT=${PERFORCE_ROOT} \ PERFORCE_LOGS=${PERFORCE_LOGS} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL do-install: .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN1} ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ .endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor post-install: .for f in ${BIN_FILES} ${ECHO_CMD} bin/${f} >> ${TMPPLIST} .endfor .for f in ${SBIN_FILES} ${ECHO_CMD} sbin/${f} >> ${TMPPLIST} .endfor ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} .include Property changes on: head/devel/p4ftpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/p4ftpd/distinfo.i386 =================================================================== --- head/devel/p4ftpd/distinfo.i386 (revision 107712) +++ head/devel/p4ftpd/distinfo.i386 (revision 107713) @@ -1,14 +1,14 @@ -MD5 (perforce/03.2/i386/p4) = 2132137475d180dc69c5f832e94a65ba -SIZE (perforce/03.2/i386/p4) = 684648 -MD5 (perforce/03.2/i386/p4web) = 75dedf7349c0461493006ef7fbe39be6 -SIZE (perforce/03.2/i386/p4web) = 1639517 -MD5 (perforce/03.2/i386/p4d) = f01d930c90831afabb543801967994e5 -SIZE (perforce/03.2/i386/p4d) = 1345828 -MD5 (perforce/03.2/i386/p4ftpd) = 7a5b205c66ccc7e438c88820979662f2 -SIZE (perforce/03.2/i386/p4ftpd) = 794956 -MD5 (perforce/03.2/i386/p4p) = 216b5384133ee93058830c833613152d -SIZE (perforce/03.2/i386/p4p) = 672070 +MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e +SIZE (perforce/03.2/i386/p4) = 684712 +MD5 (perforce/03.2/i386/p4web) = 08a27f08c944f385ce65f3e848370b67 +SIZE (perforce/03.2/i386/p4web) = 1639582 +MD5 (perforce/03.2/i386/p4d) = 89e217f6ec39f53ed0a265a52702c6b8 +SIZE (perforce/03.2/i386/p4d) = 1345892 +MD5 (perforce/03.2/i386/p4ftpd) = e96ad6e757c21f59837d88437a61eebf +SIZE (perforce/03.2/i386/p4ftpd) = 794988 +MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 +SIZE (perforce/03.2/i386/p4p) = 672103 MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 SIZE (perforce/03.2/i386/p4.1) = 72954 MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 SIZE (perforce/03.2/i386/p4d.1) = 4529 Property changes on: head/devel/p4ftpd/distinfo.i386 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/p4p/Makefile =================================================================== --- head/devel/p4p/Makefile (revision 107712) +++ head/devel/p4p/Makefile (revision 107713) @@ -1,138 +1,138 @@ # New ports collection makefile for: perforce # Date created: 3 Mai 2000 # Whom: sam@inf.enst.fr # # $FreeBSD$ # PORTNAME= perforce PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none MAINTAINER= marshall@chezmarshall.com COMMENT= Perforce client and server # # This is a kludge. I don't know a better way to set PORTVERSION and # PORTREVISION such that pkg_version figures out an update is needed # ARCH!= /usr/bin/uname -p ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 3 +REVISION= 4 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else IGNORE= "Unsupported platform, sorry." .endif # End of kludge NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes .include # These variables are all configurable. PERFORCE_USER?= p4admin PERFORCE_UID?= 94 PERFORCE_GROUP?= p4admin PERFORCE_GID?= 94 PERFORCE_HOME?= ${LOCALBASE}/perforce PERFORCE_ROOT?= ${PERFORCE_HOME}/root PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 PERFORCE_CACHE?= ${PERFORCE_HOME}/cache PERFORCE_TARGET?= perforce:1666 pre-everything:: @${ECHO} "If the checksums fail, try doing 'make distclean'" @${ECHO} "to force getting the latest binaries from Perforce." @${ECHO} "" @${ECHO} "Read the release notes for this release to determine" @${ECHO} "how to migrate the database to the new version. In" @${ECHO} "most instances, it is done automatically. However," @${ECHO} "sometimes it must be done manually." @${ECHO} "" @${ECHO} "The release notes for this version are at" @${ECHO} ${REL_NOTES} @${ECHO} "" @${ECHO} "Checkpoint and backup your data before installing!" do-build: ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf ${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ PERFORCE_USER=${PERFORCE_USER} \ PERFORCE_UID=${PERFORCE_UID} \ PERFORCE_GROUP=${PERFORCE_GROUP} \ PERFORCE_GID=${PERFORCE_GID} \ PERFORCE_HOME=${PERFORCE_HOME} \ PERFORCE_ROOT=${PERFORCE_ROOT} \ PERFORCE_LOGS=${PERFORCE_LOGS} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL do-install: .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN1} ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ .endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor post-install: .for f in ${BIN_FILES} ${ECHO_CMD} bin/${f} >> ${TMPPLIST} .endfor .for f in ${SBIN_FILES} ${ECHO_CMD} sbin/${f} >> ${TMPPLIST} .endfor ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} .include Property changes on: head/devel/p4p/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/p4p/distinfo.i386 =================================================================== --- head/devel/p4p/distinfo.i386 (revision 107712) +++ head/devel/p4p/distinfo.i386 (revision 107713) @@ -1,14 +1,14 @@ -MD5 (perforce/03.2/i386/p4) = 2132137475d180dc69c5f832e94a65ba -SIZE (perforce/03.2/i386/p4) = 684648 -MD5 (perforce/03.2/i386/p4web) = 75dedf7349c0461493006ef7fbe39be6 -SIZE (perforce/03.2/i386/p4web) = 1639517 -MD5 (perforce/03.2/i386/p4d) = f01d930c90831afabb543801967994e5 -SIZE (perforce/03.2/i386/p4d) = 1345828 -MD5 (perforce/03.2/i386/p4ftpd) = 7a5b205c66ccc7e438c88820979662f2 -SIZE (perforce/03.2/i386/p4ftpd) = 794956 -MD5 (perforce/03.2/i386/p4p) = 216b5384133ee93058830c833613152d -SIZE (perforce/03.2/i386/p4p) = 672070 +MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e +SIZE (perforce/03.2/i386/p4) = 684712 +MD5 (perforce/03.2/i386/p4web) = 08a27f08c944f385ce65f3e848370b67 +SIZE (perforce/03.2/i386/p4web) = 1639582 +MD5 (perforce/03.2/i386/p4d) = 89e217f6ec39f53ed0a265a52702c6b8 +SIZE (perforce/03.2/i386/p4d) = 1345892 +MD5 (perforce/03.2/i386/p4ftpd) = e96ad6e757c21f59837d88437a61eebf +SIZE (perforce/03.2/i386/p4ftpd) = 794988 +MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 +SIZE (perforce/03.2/i386/p4p) = 672103 MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 SIZE (perforce/03.2/i386/p4.1) = 72954 MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 SIZE (perforce/03.2/i386/p4d.1) = 4529 Property changes on: head/devel/p4p/distinfo.i386 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/p4web/Makefile =================================================================== --- head/devel/p4web/Makefile (revision 107712) +++ head/devel/p4web/Makefile (revision 107713) @@ -1,138 +1,138 @@ # New ports collection makefile for: perforce # Date created: 3 Mai 2000 # Whom: sam@inf.enst.fr # # $FreeBSD$ # PORTNAME= perforce PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none MAINTAINER= marshall@chezmarshall.com COMMENT= Perforce client and server # # This is a kludge. I don't know a better way to set PORTVERSION and # PORTREVISION such that pkg_version figures out an update is needed # ARCH!= /usr/bin/uname -p ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 3 +REVISION= 4 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else IGNORE= "Unsupported platform, sorry." .endif # End of kludge NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes .include # These variables are all configurable. PERFORCE_USER?= p4admin PERFORCE_UID?= 94 PERFORCE_GROUP?= p4admin PERFORCE_GID?= 94 PERFORCE_HOME?= ${LOCALBASE}/perforce PERFORCE_ROOT?= ${PERFORCE_HOME}/root PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 PERFORCE_CACHE?= ${PERFORCE_HOME}/cache PERFORCE_TARGET?= perforce:1666 pre-everything:: @${ECHO} "If the checksums fail, try doing 'make distclean'" @${ECHO} "to force getting the latest binaries from Perforce." @${ECHO} "" @${ECHO} "Read the release notes for this release to determine" @${ECHO} "how to migrate the database to the new version. In" @${ECHO} "most instances, it is done automatically. However," @${ECHO} "sometimes it must be done manually." @${ECHO} "" @${ECHO} "The release notes for this version are at" @${ECHO} ${REL_NOTES} @${ECHO} "" @${ECHO} "Checkpoint and backup your data before installing!" do-build: ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf ${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ PERFORCE_USER=${PERFORCE_USER} \ PERFORCE_UID=${PERFORCE_UID} \ PERFORCE_GROUP=${PERFORCE_GROUP} \ PERFORCE_GID=${PERFORCE_GID} \ PERFORCE_HOME=${PERFORCE_HOME} \ PERFORCE_ROOT=${PERFORCE_ROOT} \ PERFORCE_LOGS=${PERFORCE_LOGS} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL do-install: .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN1} ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ .endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor post-install: .for f in ${BIN_FILES} ${ECHO_CMD} bin/${f} >> ${TMPPLIST} .endfor .for f in ${SBIN_FILES} ${ECHO_CMD} sbin/${f} >> ${TMPPLIST} .endfor ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} .include Property changes on: head/devel/p4web/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/p4web/distinfo.i386 =================================================================== --- head/devel/p4web/distinfo.i386 (revision 107712) +++ head/devel/p4web/distinfo.i386 (revision 107713) @@ -1,14 +1,14 @@ -MD5 (perforce/03.2/i386/p4) = 2132137475d180dc69c5f832e94a65ba -SIZE (perforce/03.2/i386/p4) = 684648 -MD5 (perforce/03.2/i386/p4web) = 75dedf7349c0461493006ef7fbe39be6 -SIZE (perforce/03.2/i386/p4web) = 1639517 -MD5 (perforce/03.2/i386/p4d) = f01d930c90831afabb543801967994e5 -SIZE (perforce/03.2/i386/p4d) = 1345828 -MD5 (perforce/03.2/i386/p4ftpd) = 7a5b205c66ccc7e438c88820979662f2 -SIZE (perforce/03.2/i386/p4ftpd) = 794956 -MD5 (perforce/03.2/i386/p4p) = 216b5384133ee93058830c833613152d -SIZE (perforce/03.2/i386/p4p) = 672070 +MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e +SIZE (perforce/03.2/i386/p4) = 684712 +MD5 (perforce/03.2/i386/p4web) = 08a27f08c944f385ce65f3e848370b67 +SIZE (perforce/03.2/i386/p4web) = 1639582 +MD5 (perforce/03.2/i386/p4d) = 89e217f6ec39f53ed0a265a52702c6b8 +SIZE (perforce/03.2/i386/p4d) = 1345892 +MD5 (perforce/03.2/i386/p4ftpd) = e96ad6e757c21f59837d88437a61eebf +SIZE (perforce/03.2/i386/p4ftpd) = 794988 +MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 +SIZE (perforce/03.2/i386/p4p) = 672103 MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 SIZE (perforce/03.2/i386/p4.1) = 72954 MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 SIZE (perforce/03.2/i386/p4d.1) = 4529 Property changes on: head/devel/p4web/distinfo.i386 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/perforce/Makefile =================================================================== --- head/devel/perforce/Makefile (revision 107712) +++ head/devel/perforce/Makefile (revision 107713) @@ -1,138 +1,138 @@ # New ports collection makefile for: perforce # Date created: 3 Mai 2000 # Whom: sam@inf.enst.fr # # $FreeBSD$ # PORTNAME= perforce PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none MAINTAINER= marshall@chezmarshall.com COMMENT= Perforce client and server # # This is a kludge. I don't know a better way to set PORTVERSION and # PORTREVISION such that pkg_version figures out an update is needed # ARCH!= /usr/bin/uname -p ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 3 +REVISION= 4 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else IGNORE= "Unsupported platform, sorry." .endif # End of kludge NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes .include # These variables are all configurable. PERFORCE_USER?= p4admin PERFORCE_UID?= 94 PERFORCE_GROUP?= p4admin PERFORCE_GID?= 94 PERFORCE_HOME?= ${LOCALBASE}/perforce PERFORCE_ROOT?= ${PERFORCE_HOME}/root PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 PERFORCE_CACHE?= ${PERFORCE_HOME}/cache PERFORCE_TARGET?= perforce:1666 pre-everything:: @${ECHO} "If the checksums fail, try doing 'make distclean'" @${ECHO} "to force getting the latest binaries from Perforce." @${ECHO} "" @${ECHO} "Read the release notes for this release to determine" @${ECHO} "how to migrate the database to the new version. In" @${ECHO} "most instances, it is done automatically. However," @${ECHO} "sometimes it must be done manually." @${ECHO} "" @${ECHO} "The release notes for this version are at" @${ECHO} ${REL_NOTES} @${ECHO} "" @${ECHO} "Checkpoint and backup your data before installing!" do-build: ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf ${SED} -e "s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ PERFORCE_USER=${PERFORCE_USER} \ PERFORCE_UID=${PERFORCE_UID} \ PERFORCE_GROUP=${PERFORCE_GROUP} \ PERFORCE_GID=${PERFORCE_GID} \ PERFORCE_HOME=${PERFORCE_HOME} \ PERFORCE_ROOT=${PERFORCE_ROOT} \ PERFORCE_LOGS=${PERFORCE_LOGS} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL do-install: .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ .for f in ${MAN1} ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ .endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor .for f in ${SBIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ .endfor post-install: .for f in ${BIN_FILES} ${ECHO_CMD} bin/${f} >> ${TMPPLIST} .endfor .for f in ${SBIN_FILES} ${ECHO_CMD} sbin/${f} >> ${TMPPLIST} .endfor ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} .include Property changes on: head/devel/perforce/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/devel/perforce/distinfo.i386 =================================================================== --- head/devel/perforce/distinfo.i386 (revision 107712) +++ head/devel/perforce/distinfo.i386 (revision 107713) @@ -1,14 +1,14 @@ -MD5 (perforce/03.2/i386/p4) = 2132137475d180dc69c5f832e94a65ba -SIZE (perforce/03.2/i386/p4) = 684648 -MD5 (perforce/03.2/i386/p4web) = 75dedf7349c0461493006ef7fbe39be6 -SIZE (perforce/03.2/i386/p4web) = 1639517 -MD5 (perforce/03.2/i386/p4d) = f01d930c90831afabb543801967994e5 -SIZE (perforce/03.2/i386/p4d) = 1345828 -MD5 (perforce/03.2/i386/p4ftpd) = 7a5b205c66ccc7e438c88820979662f2 -SIZE (perforce/03.2/i386/p4ftpd) = 794956 -MD5 (perforce/03.2/i386/p4p) = 216b5384133ee93058830c833613152d -SIZE (perforce/03.2/i386/p4p) = 672070 +MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e +SIZE (perforce/03.2/i386/p4) = 684712 +MD5 (perforce/03.2/i386/p4web) = 08a27f08c944f385ce65f3e848370b67 +SIZE (perforce/03.2/i386/p4web) = 1639582 +MD5 (perforce/03.2/i386/p4d) = 89e217f6ec39f53ed0a265a52702c6b8 +SIZE (perforce/03.2/i386/p4d) = 1345892 +MD5 (perforce/03.2/i386/p4ftpd) = e96ad6e757c21f59837d88437a61eebf +SIZE (perforce/03.2/i386/p4ftpd) = 794988 +MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 +SIZE (perforce/03.2/i386/p4p) = 672103 MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 SIZE (perforce/03.2/i386/p4.1) = 72954 MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 SIZE (perforce/03.2/i386/p4d.1) = 4529 Property changes on: head/devel/perforce/distinfo.i386 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property