Index: head/devel/p4web/distinfo.freebsd60x86_64 =================================================================== --- head/devel/p4web/distinfo.freebsd60x86_64 (revision 385166) +++ head/devel/p4web/distinfo.freebsd60x86_64 (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (perforce/2012.1.732581/bin.freebsd60x86_64/p4web) = f211f68c8d6df675601b6fbf53cc985ca03c92c0f67bde0aa53d85028c881ee9 -SIZE (perforce/2012.1.732581/bin.freebsd60x86_64/p4web) = 4128464 Property changes on: head/devel/p4web/distinfo.freebsd60x86_64 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/p4web/distinfo.freebsd60x86 =================================================================== --- head/devel/p4web/distinfo.freebsd60x86 (revision 385166) +++ head/devel/p4web/distinfo.freebsd60x86 (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (perforce/2012.1.732581/bin.freebsd60x86/p4web) = 746884d94050689dade71a44eaa37012deff975e8eb4b04e0bf479b69b5d9d2e -SIZE (perforce/2012.1.732581/bin.freebsd60x86/p4web) = 3875952 Property changes on: head/devel/p4web/distinfo.freebsd60x86 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/p4web/Makefile =================================================================== --- head/devel/p4web/Makefile (revision 385166) +++ head/devel/p4web/Makefile (revision 385167) @@ -1,63 +1,60 @@ # Created by: gordon@FreeBSD.org # $FreeBSD$ PORTNAME= p4web PORTVERSION= 2012.1.732581 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ - http://filehost.perforce.com/perforce/r${P4VERSION}/bin.${PLATFORM}/ +MASTER_SITES= http://swarm.workshop.perforce.com/download/guest/perforce_software/p4web/bin/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4web EXTRACT_SUFX= EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server - -BROKEN= No public distfiles ONLY_FOR_ARCHS= amd64 i386 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution NO_BUILD= yes NO_WRKSUBDIR= yes P4LOG?= /var/log/p4web.log SUB_LIST= P4LOG=${P4LOG} USE_RC_SUBR= p4web .include # 10.x (and higher) needs compat libs .if ${OSVERSION} >= 1000054 LIB_DEPENDS+= libstdc++.so.6:${PORTSDIR}/misc/compat9x .endif # Figure out what to install .if ${ARCH} == amd64 PLATFORM= freebsd70x86_64 .elif ${ARCH} == i386 PLATFORM= freebsd70x86 .else IGNORE= unsupported OS release, sorry .endif USERS= p4admin GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4web ${STAGEDIR}${PREFIX}/sbin/ post-install: @${ECHO_CMD} "@exec ${TOUCH} ${P4LOG}" >> ${TMPPLIST} @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4LOG}" >> ${TMPPLIST} @${ECHO_CMD} "@exec ${CHMOD} 640 ${P4LOG}" >> ${TMPPLIST} .include