svn commit: r356684 - branches/2014Q2/devel/p4web
Antoine Brodin
antoine at FreeBSD.org
Thu Jun 5 19:06:56 UTC 2014
Author: antoine
Date: Thu Jun 5 19:06:55 2014
New Revision: 356684
URL: http://svnweb.freebsd.org/changeset/ports/356684
QAT: https://qat.redports.org/buildarchive/r356684/
Log:
MFH: r356683
- Update to 2012.1.732581 (and make fetchable again)
- Stage support
PR: 190522
Submitted by: gordon (maintainer)
Approved by: portmgr (self)
Modified:
branches/2014Q2/devel/p4web/Makefile
branches/2014Q2/devel/p4web/distinfo.freebsd60x86
branches/2014Q2/devel/p4web/distinfo.freebsd60x86_64
branches/2014Q2/devel/p4web/distinfo.freebsd70x86
branches/2014Q2/devel/p4web/distinfo.freebsd70x86_64
Directory Properties:
branches/2014Q2/ (props changed)
Modified: branches/2014Q2/devel/p4web/Makefile
==============================================================================
--- branches/2014Q2/devel/p4web/Makefile Thu Jun 5 19:04:23 2014 (r356683)
+++ branches/2014Q2/devel/p4web/Makefile Thu Jun 5 19:06:55 2014 (r356684)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p4web
-PORTVERSION= 2012.1.610342
+PORTVERSION= 2012.1.732581
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
http://filehost.perforce.com/perforce/r${P4VERSION}/bin.${PLATFORM}/
@@ -30,7 +30,6 @@ SUB_LIST= P4LOG=${P4LOG}
USE_RC_SUBR= p4web
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../p4/Makefile.inc"
@@ -39,14 +38,11 @@ USERS= p4admin
GROUPS= p4admin
do-install:
- ${INSTALL_PROGRAM} ${_DISTDIR}/p4web ${PREFIX}/sbin/
+ ${INSTALL_PROGRAM} ${_DISTDIR}/p4web ${STAGEDIR}${PREFIX}/sbin/
post-install:
- ${TOUCH} ${DESTDIR}${P4LOG}
- ${CHOWN} p4admin:p4admin ${DESTDIR}${P4LOG}
- ${CHMOD} 640 ${DESTDIR}${P4LOG}
- @${ECHO_CMD} "@exec ${TOUCH} ${DESTDIR}${P4LOG}" >> ${TMPPLIST}
- @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${DESTDIR}${P4LOG}" >> ${TMPPLIST}
- @${ECHO_CMD} "@exec ${CHMOD} 640 ${DESTDIR}${P4LOG}" >> ${TMPPLIST}
+ @${ECHO_CMD} "@exec ${TOUCH} ${P4LOG}" >> ${TMPPLIST}
+ @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4LOG}" >> ${TMPPLIST}
+ @${ECHO_CMD} "@exec ${CHMOD} 640 ${P4LOG}" >> ${TMPPLIST}
.include <bsd.port.post.mk>
Modified: branches/2014Q2/devel/p4web/distinfo.freebsd60x86
==============================================================================
--- branches/2014Q2/devel/p4web/distinfo.freebsd60x86 Thu Jun 5 19:04:23 2014 (r356683)
+++ branches/2014Q2/devel/p4web/distinfo.freebsd60x86 Thu Jun 5 19:06:55 2014 (r356684)
@@ -1,2 +1,2 @@
-SHA256 (perforce/2012.1.610342/bin.freebsd60x86/p4web) = fc4841a50fe6e318e02514f22526f67c293e147c456eb021a6e2abe4ee15d863
-SIZE (perforce/2012.1.610342/bin.freebsd60x86/p4web) = 3871632
+SHA256 (perforce/2012.1.732581/bin.freebsd60x86/p4web) = 746884d94050689dade71a44eaa37012deff975e8eb4b04e0bf479b69b5d9d2e
+SIZE (perforce/2012.1.732581/bin.freebsd60x86/p4web) = 3875952
Modified: branches/2014Q2/devel/p4web/distinfo.freebsd60x86_64
==============================================================================
--- branches/2014Q2/devel/p4web/distinfo.freebsd60x86_64 Thu Jun 5 19:04:23 2014 (r356683)
+++ branches/2014Q2/devel/p4web/distinfo.freebsd60x86_64 Thu Jun 5 19:06:55 2014 (r356684)
@@ -1,2 +1,2 @@
-SHA256 (perforce/2012.1.610342/bin.freebsd60x86_64/p4web) = 954ca53022984ce99a60db9fafd6fec122785966a6256ef24af3257d0c1b2e86
-SIZE (perforce/2012.1.610342/bin.freebsd60x86_64/p4web) = 4124080
+SHA256 (perforce/2012.1.732581/bin.freebsd60x86_64/p4web) = f211f68c8d6df675601b6fbf53cc985ca03c92c0f67bde0aa53d85028c881ee9
+SIZE (perforce/2012.1.732581/bin.freebsd60x86_64/p4web) = 4128464
Modified: branches/2014Q2/devel/p4web/distinfo.freebsd70x86
==============================================================================
--- branches/2014Q2/devel/p4web/distinfo.freebsd70x86 Thu Jun 5 19:04:23 2014 (r356683)
+++ branches/2014Q2/devel/p4web/distinfo.freebsd70x86 Thu Jun 5 19:06:55 2014 (r356684)
@@ -1,2 +1,2 @@
-SHA256 (perforce/2012.1.610342/bin.freebsd70x86/p4web) = 16d2b112f01b036dde258fcfa480651a98cbea30b0f3ac4c083a76939fc172cf
-SIZE (perforce/2012.1.610342/bin.freebsd70x86/p4web) = 4192504
+SHA256 (perforce/2012.1.732581/bin.freebsd70x86/p4web) = f8f6e7ce86d65beadfcbadcc99104ade75d243f3b42f5fa70714d0903e137820
+SIZE (perforce/2012.1.732581/bin.freebsd70x86/p4web) = 4197112
Modified: branches/2014Q2/devel/p4web/distinfo.freebsd70x86_64
==============================================================================
--- branches/2014Q2/devel/p4web/distinfo.freebsd70x86_64 Thu Jun 5 19:04:23 2014 (r356683)
+++ branches/2014Q2/devel/p4web/distinfo.freebsd70x86_64 Thu Jun 5 19:06:55 2014 (r356684)
@@ -1,2 +1,2 @@
-SHA256 (perforce/2012.1.610342/bin.freebsd70x86_64/p4web) = 6133e737be9dc1a6067d73bf99eafc28560af3d02c1a420afd8c085fa29cf77e
-SIZE (perforce/2012.1.610342/bin.freebsd70x86_64/p4web) = 4094152
+SHA256 (perforce/2012.1.732581/bin.freebsd70x86_64/p4web) = 4a6c5d5a6597757b4a37e62b1cd248ed70ff709730baf9d9f2ef3a360b2edc02
+SIZE (perforce/2012.1.732581/bin.freebsd70x86_64/p4web) = 4098568
More information about the svn-ports-branches
mailing list