diff options
-rw-r--r-- | devel/p4/Makefile | 19 | ||||
-rw-r--r-- | devel/p4/distinfo.i386 | 16 | ||||
-rw-r--r-- | devel/p4d/Makefile | 19 | ||||
-rw-r--r-- | devel/p4d/distinfo.i386 | 16 | ||||
-rw-r--r-- | devel/p4ftpd/Makefile | 19 | ||||
-rw-r--r-- | devel/p4ftpd/distinfo.i386 | 16 | ||||
-rw-r--r-- | devel/p4p/Makefile | 19 | ||||
-rw-r--r-- | devel/p4p/distinfo.i386 | 16 | ||||
-rw-r--r-- | devel/p4web/Makefile | 19 | ||||
-rw-r--r-- | devel/p4web/distinfo.i386 | 16 | ||||
-rw-r--r-- | devel/perforce/Makefile | 19 | ||||
-rw-r--r-- | devel/perforce/distinfo.i386 | 16 |
12 files changed, 78 insertions, 132 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 08a6ca7298ec..0637f378140f 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none -MAINTAINER= marshall@chezmarshall.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perforce client and server # @@ -29,7 +29,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 04.2 -REVISION= 5 +REVISION= 6 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p @@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution NO_WRKSUBDIR= yes +PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ + ${SBIN_FILES:S+^+sbin/+g} + .include <bsd.port.pre.mk> # These variables are all configurable. @@ -115,20 +118,8 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 <bsd.port.post.mk> diff --git a/devel/p4/distinfo.i386 b/devel/p4/distinfo.i386 index e25c07646db2..7068fdf2ef8b 100644 --- a/devel/p4/distinfo.i386 +++ b/devel/p4/distinfo.i386 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 6e43e648d45441dc78b9eaebf9f98f67 -SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 8837258151ecd9824cd3c93c4fd7c9bd +MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 +SIZE (perforce/04.2/i386/p4) = 699160 +MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 2269598ea5daecdbc9889147b3ac409c -SIZE (perforce/04.2/i386/p4d) = 1396780 -MD5 (perforce/04.2/i386/p4ftpd) = cdf7c294f3c61fb327e85fad471b30e3 +MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a +SIZE (perforce/04.2/i386/p4d) = 1397324 +MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = 72bb5e962906e6f45655533af8e24f3e -SIZE (perforce/04.2/i386/p4p) = 696069 +MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 +SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 08a6ca7298ec..0637f378140f 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none -MAINTAINER= marshall@chezmarshall.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perforce client and server # @@ -29,7 +29,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 04.2 -REVISION= 5 +REVISION= 6 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p @@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution NO_WRKSUBDIR= yes +PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ + ${SBIN_FILES:S+^+sbin/+g} + .include <bsd.port.pre.mk> # These variables are all configurable. @@ -115,20 +118,8 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 <bsd.port.post.mk> diff --git a/devel/p4d/distinfo.i386 b/devel/p4d/distinfo.i386 index e25c07646db2..7068fdf2ef8b 100644 --- a/devel/p4d/distinfo.i386 +++ b/devel/p4d/distinfo.i386 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 6e43e648d45441dc78b9eaebf9f98f67 -SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 8837258151ecd9824cd3c93c4fd7c9bd +MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 +SIZE (perforce/04.2/i386/p4) = 699160 +MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 2269598ea5daecdbc9889147b3ac409c -SIZE (perforce/04.2/i386/p4d) = 1396780 -MD5 (perforce/04.2/i386/p4ftpd) = cdf7c294f3c61fb327e85fad471b30e3 +MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a +SIZE (perforce/04.2/i386/p4d) = 1397324 +MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = 72bb5e962906e6f45655533af8e24f3e -SIZE (perforce/04.2/i386/p4p) = 696069 +MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 +SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 08a6ca7298ec..0637f378140f 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none -MAINTAINER= marshall@chezmarshall.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perforce client and server # @@ -29,7 +29,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 04.2 -REVISION= 5 +REVISION= 6 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p @@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution NO_WRKSUBDIR= yes +PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ + ${SBIN_FILES:S+^+sbin/+g} + .include <bsd.port.pre.mk> # These variables are all configurable. @@ -115,20 +118,8 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 <bsd.port.post.mk> diff --git a/devel/p4ftpd/distinfo.i386 b/devel/p4ftpd/distinfo.i386 index e25c07646db2..7068fdf2ef8b 100644 --- a/devel/p4ftpd/distinfo.i386 +++ b/devel/p4ftpd/distinfo.i386 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 6e43e648d45441dc78b9eaebf9f98f67 -SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 8837258151ecd9824cd3c93c4fd7c9bd +MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 +SIZE (perforce/04.2/i386/p4) = 699160 +MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 2269598ea5daecdbc9889147b3ac409c -SIZE (perforce/04.2/i386/p4d) = 1396780 -MD5 (perforce/04.2/i386/p4ftpd) = cdf7c294f3c61fb327e85fad471b30e3 +MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a +SIZE (perforce/04.2/i386/p4d) = 1397324 +MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = 72bb5e962906e6f45655533af8e24f3e -SIZE (perforce/04.2/i386/p4p) = 696069 +MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 +SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 08a6ca7298ec..0637f378140f 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none -MAINTAINER= marshall@chezmarshall.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perforce client and server # @@ -29,7 +29,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 04.2 -REVISION= 5 +REVISION= 6 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p @@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution NO_WRKSUBDIR= yes +PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ + ${SBIN_FILES:S+^+sbin/+g} + .include <bsd.port.pre.mk> # These variables are all configurable. @@ -115,20 +118,8 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 <bsd.port.post.mk> diff --git a/devel/p4p/distinfo.i386 b/devel/p4p/distinfo.i386 index e25c07646db2..7068fdf2ef8b 100644 --- a/devel/p4p/distinfo.i386 +++ b/devel/p4p/distinfo.i386 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 6e43e648d45441dc78b9eaebf9f98f67 -SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 8837258151ecd9824cd3c93c4fd7c9bd +MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 +SIZE (perforce/04.2/i386/p4) = 699160 +MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 2269598ea5daecdbc9889147b3ac409c -SIZE (perforce/04.2/i386/p4d) = 1396780 -MD5 (perforce/04.2/i386/p4ftpd) = cdf7c294f3c61fb327e85fad471b30e3 +MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a +SIZE (perforce/04.2/i386/p4d) = 1397324 +MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = 72bb5e962906e6f45655533af8e24f3e -SIZE (perforce/04.2/i386/p4p) = 696069 +MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 +SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 08a6ca7298ec..0637f378140f 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none -MAINTAINER= marshall@chezmarshall.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perforce client and server # @@ -29,7 +29,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 04.2 -REVISION= 5 +REVISION= 6 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p @@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution NO_WRKSUBDIR= yes +PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ + ${SBIN_FILES:S+^+sbin/+g} + .include <bsd.port.pre.mk> # These variables are all configurable. @@ -115,20 +118,8 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 <bsd.port.post.mk> diff --git a/devel/p4web/distinfo.i386 b/devel/p4web/distinfo.i386 index e25c07646db2..7068fdf2ef8b 100644 --- a/devel/p4web/distinfo.i386 +++ b/devel/p4web/distinfo.i386 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 6e43e648d45441dc78b9eaebf9f98f67 -SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 8837258151ecd9824cd3c93c4fd7c9bd +MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 +SIZE (perforce/04.2/i386/p4) = 699160 +MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 2269598ea5daecdbc9889147b3ac409c -SIZE (perforce/04.2/i386/p4d) = 1396780 -MD5 (perforce/04.2/i386/p4ftpd) = cdf7c294f3c61fb327e85fad471b30e3 +MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a +SIZE (perforce/04.2/i386/p4d) = 1397324 +MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = 72bb5e962906e6f45655533af8e24f3e -SIZE (perforce/04.2/i386/p4p) = 696069 +MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 +SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/perforce/Makefile b/devel/perforce/Makefile index 08a6ca7298ec..0637f378140f 100644 --- a/devel/perforce/Makefile +++ b/devel/perforce/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none -MAINTAINER= marshall@chezmarshall.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perforce client and server # @@ -29,7 +29,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 04.2 -REVISION= 5 +REVISION= 6 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p @@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution NO_WRKSUBDIR= yes +PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ + ${SBIN_FILES:S+^+sbin/+g} + .include <bsd.port.pre.mk> # These variables are all configurable. @@ -115,20 +118,8 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.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 <bsd.port.post.mk> diff --git a/devel/perforce/distinfo.i386 b/devel/perforce/distinfo.i386 index e25c07646db2..7068fdf2ef8b 100644 --- a/devel/perforce/distinfo.i386 +++ b/devel/perforce/distinfo.i386 @@ -1,10 +1,10 @@ -MD5 (perforce/04.2/i386/p4) = 6e43e648d45441dc78b9eaebf9f98f67 -SIZE (perforce/04.2/i386/p4) = 698680 -MD5 (perforce/04.2/i386/p4web) = 8837258151ecd9824cd3c93c4fd7c9bd +MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 +SIZE (perforce/04.2/i386/p4) = 699160 +MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = 2269598ea5daecdbc9889147b3ac409c -SIZE (perforce/04.2/i386/p4d) = 1396780 -MD5 (perforce/04.2/i386/p4ftpd) = cdf7c294f3c61fb327e85fad471b30e3 +MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a +SIZE (perforce/04.2/i386/p4d) = 1397324 +MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = 72bb5e962906e6f45655533af8e24f3e -SIZE (perforce/04.2/i386/p4p) = 696069 +MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 +SIZE (perforce/04.2/i386/p4p) = 695941 |