Index: head/devel/p4d/Makefile =================================================================== --- head/devel/p4d/Makefile (revision 460952) +++ head/devel/p4d/Makefile (revision 460953) @@ -1,44 +1,44 @@ # Created by: gordon@FreeBSD.org # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1598719 +PORTVERSION= 2016.1.1611275 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4d EXTRACT_SUFX= EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server RUN_DEPENDS= p4:devel/p4 RESTRICTED= Restricted distribution NO_BUILD= yes NO_WRKSUBDIR= yes P4ROOT?= /var/db/p4d P4LOG?= /var/log/p4d.log PLIST_SUB= P4ROOT=${P4ROOT} SUB_LIST= P4ROOT=${P4ROOT} \ P4LOG=${P4LOG} USE_RC_SUBR= p4d .include -.include "${.CURDIR}/../p4/Makefile.inc" +.include "${.CURDIR}/Makefile.inc" USERS= p4admin GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4d ${STAGEDIR}${PREFIX}/sbin/ ${MKDIR} ${STAGEDIR}${P4ROOT} .include Index: head/devel/p4d/Makefile.inc =================================================================== --- head/devel/p4d/Makefile.inc (nonexistent) +++ head/devel/p4d/Makefile.inc (revision 460953) @@ -0,0 +1,22 @@ +# Figure out what to install +.if ${OPSYS} == FreeBSD + +ONLY_FOR_ARCHS?= amd64 i386 + +.if ${ARCH} == amd64 +PLATFORM= freebsd100x86_64 + +.elif ${ARCH} == i386 +PLATFORM= freebsd100x86 + +.else +IGNORE= unsupported OS release, sorry +.endif + +.else +IGNORE= ${OPSYS} is unsupported, sorry +.endif + +P4VERSION?= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} +DIST_SUBDIR?= perforce/${PORTVERSION}/bin.${PLATFORM} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${PLATFORM} Property changes on: head/devel/p4d/Makefile.inc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:nokeywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/devel/p4d/distinfo.freebsd100x86 =================================================================== --- head/devel/p4d/distinfo.freebsd100x86 (revision 460952) +++ head/devel/p4d/distinfo.freebsd100x86 (revision 460953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513828975 -SHA256 (perforce/2016.1.1598719/bin.freebsd100x86/p4d) = 089f8d1d83aa2386f7aad2461561d62a31eea029e184ab2b471016e8f9eb43fb -SIZE (perforce/2016.1.1598719/bin.freebsd100x86/p4d) = 5885136 +TIMESTAMP = 1517785967 +SHA256 (perforce/2016.1.1611275/bin.freebsd100x86/p4d) = 3283e50f82842605ebfb5fd5cdd13d1729e10955fdc170154d3deb224b8418ee +SIZE (perforce/2016.1.1611275/bin.freebsd100x86/p4d) = 5885136 Index: head/devel/p4d/distinfo.freebsd100x86_64 =================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 (revision 460952) +++ head/devel/p4d/distinfo.freebsd100x86_64 (revision 460953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513828937 -SHA256 (perforce/2016.1.1598719/bin.freebsd100x86_64/p4d) = a3d5fc07cb7b207f537894b5723279ec8aef9b50699f086dcf9df8a46b4ca356 -SIZE (perforce/2016.1.1598719/bin.freebsd100x86_64/p4d) = 6261704 +TIMESTAMP = 1517785962 +SHA256 (perforce/2016.1.1611275/bin.freebsd100x86_64/p4d) = 99784b81f31f2aaeedc341fd1a2144a69c4181db525cb3502b85c6c0e3c77c11 +SIZE (perforce/2016.1.1611275/bin.freebsd100x86_64/p4d) = 6265800 Index: head/devel/p4ftpd/Makefile =================================================================== --- head/devel/p4ftpd/Makefile (revision 460952) +++ head/devel/p4ftpd/Makefile (revision 460953) @@ -1,37 +1,37 @@ # Created by: gordon@FreeBSD.org # $FreeBSD$ PORTNAME= p4ftpd PORTVERSION= 2016.1.1443785 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4ftpd EXTRACT_SUFX= EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server RESTRICTED= Restricted distribution NO_BUILD= yes NO_WRKSUBDIR= yes P4LOG?= /var/log/p4ftpd.log SUB_LIST= P4LOG=${P4LOG} USE_RC_SUBR= p4ftpd .include -.include "${.CURDIR}/../p4/Makefile.inc" +.include "${.CURDIR}/../p4d/Makefile.inc" USERS= p4admin GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4ftpd ${STAGEDIR}${PREFIX}/sbin/ .include Index: head/devel/p4p/Makefile =================================================================== --- head/devel/p4p/Makefile (revision 460952) +++ head/devel/p4p/Makefile (revision 460953) @@ -1,44 +1,44 @@ # Created by: gordon@FreeBSD.org # $FreeBSD$ PORTNAME= p4p PORTVERSION= 2016.1.1598719 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4p EXTRACT_SUFX= EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server RUN_DEPENDS= p4:devel/p4 RESTRICTED= Restricted distribution NO_BUILD= yes NO_WRKSUBDIR= yes P4CACHE?= /var/db/p4p P4LOG?= /var/log/p4p.log PLIST_SUB= P4CACHE=${P4CACHE} SUB_LIST= P4CACHE=${P4CACHE} \ P4LOG=${P4LOG} USE_RC_SUBR= p4p .include -.include "${.CURDIR}/../p4/Makefile.inc" +.include "${.CURDIR}/../p4d/Makefile.inc" USERS= p4admin GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4p ${STAGEDIR}${PREFIX}/sbin/ ${MKDIR} ${STAGEDIR}${P4CACHE} .include