Index: head/security/signify/Makefile =================================================================== --- head/security/signify/Makefile (revision 438334) +++ head/security/signify/Makefile (revision 438335) @@ -1,48 +1,47 @@ # $FreeBSD$ PORTNAME= signify PORTVERSION= 0.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org COMMENT= Create and verify cryptographic signatures # outils includes signify from OpenBSD's base system which is under an # ISC license. The parts of liboutils that signify uses are licensed # under ISCL/BSD3/BSD4. LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -# gmake is required on FreeBSD 9.3, on FreeBSD >= 10 we get away with -# regular make with tiny changes in the Makefile. USES= gmake USE_GITHUB= yes GH_ACCOUNT= chneukirchen GH_PROJECT= outils ALL_TARGET= src/usr.bin/signify/signify post-patch: # sys/cdefs.h and sys/limits.h override is not needed on FreeBSD ${RM} ${WRKSRC}/src/liboutils/include/sys/cdefs.h ${RM} ${WRKSRC}/src/liboutils/include/sys/limits.h # Replace /etc/signify paths in man page and signify's safe path to # point to /usr/local/etc/signify ${REINPLACE_CMD} 's|/etc/signify/|${ETCDIR}/|g' \ ${WRKSRC}/src/usr.bin/signify/signify.c \ ${WRKSRC}/src/usr.bin/signify/signify.1 ${REINPLACE_CMD} -e 's|-lcrypto||' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/usr.bin/signify/signify \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/usr.bin/signify/signify.1 \ ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/openbsd-*.pub \ ${STAGEDIR}${ETCDIR} .include Index: head/security/signify/files/openbsd-61-syspatch.pub =================================================================== --- head/security/signify/files/openbsd-61-syspatch.pub (nonexistent) +++ head/security/signify/files/openbsd-61-syspatch.pub (revision 438335) @@ -0,0 +1,2 @@ +untrusted comment: OpenBSD 6.1 syspatch public key +RWRsegDPFjQlnQlptsqnIv0Q+5dSCCkeiAvZUXtrEwXQZkEhTvlPn++D Property changes on: head/security/signify/files/openbsd-61-syspatch.pub ___________________________________________________________________ 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 Index: head/security/signify/files/openbsd-62-base.pub =================================================================== --- head/security/signify/files/openbsd-62-base.pub (nonexistent) +++ head/security/signify/files/openbsd-62-base.pub (revision 438335) @@ -0,0 +1,2 @@ +untrusted comment: openbsd 6.2 base public key +RWRVWzAMgtyg7g27STK1h1xA6RIwtjex6Vr5Y9q5SC5q5+b0GN4lLhfu Property changes on: head/security/signify/files/openbsd-62-base.pub ___________________________________________________________________ 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 Index: head/security/signify/files/openbsd-62-fw.pub =================================================================== --- head/security/signify/files/openbsd-62-fw.pub (nonexistent) +++ head/security/signify/files/openbsd-62-fw.pub (revision 438335) @@ -0,0 +1,2 @@ +untrusted comment: OpenBSD 6.2 firmware public key +RWSbA8C2TPUQLi48EqHtg7Rx7KGDt6E/2d8OeJinGZPbpoqGRxA0N2oW Property changes on: head/security/signify/files/openbsd-62-fw.pub ___________________________________________________________________ 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 Index: head/security/signify/files/openbsd-62-pkg.pub =================================================================== --- head/security/signify/files/openbsd-62-pkg.pub (nonexistent) +++ head/security/signify/files/openbsd-62-pkg.pub (revision 438335) @@ -0,0 +1,2 @@ +untrusted comment: OpenBSD 6.2 packages public key +RWRvEq+UPCq0VGI9ar7VMy+HYKDrOb4WS5JLhdUBiX3qvJgPQjyZSTxI Property changes on: head/security/signify/files/openbsd-62-pkg.pub ___________________________________________________________________ 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 Index: head/security/signify/files/openbsd-62-syspatch.pub =================================================================== --- head/security/signify/files/openbsd-62-syspatch.pub (nonexistent) +++ head/security/signify/files/openbsd-62-syspatch.pub (revision 438335) @@ -0,0 +1,2 @@ +untrusted comment: OpenBSD 6.2 syspatch public key +RWRsbjD1ABhtm6joukOFHqdPYZFoICJUpM257ko69FpP/roGOts+TfXg Property changes on: head/security/signify/files/openbsd-62-syspatch.pub ___________________________________________________________________ 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 Index: head/security/signify/pkg-plist =================================================================== --- head/security/signify/pkg-plist (revision 438334) +++ head/security/signify/pkg-plist (revision 438335) @@ -1,14 +1,19 @@ bin/signify %%ETCDIR%%/openbsd-58-base.pub %%ETCDIR%%/openbsd-58-fw.pub %%ETCDIR%%/openbsd-58-pkg.pub %%ETCDIR%%/openbsd-59-base.pub %%ETCDIR%%/openbsd-59-fw.pub %%ETCDIR%%/openbsd-59-pkg.pub %%ETCDIR%%/openbsd-60-base.pub %%ETCDIR%%/openbsd-60-fw.pub %%ETCDIR%%/openbsd-60-pkg.pub %%ETCDIR%%/openbsd-61-base.pub %%ETCDIR%%/openbsd-61-fw.pub %%ETCDIR%%/openbsd-61-pkg.pub +%%ETCDIR%%/openbsd-61-syspatch.pub +%%ETCDIR%%/openbsd-62-base.pub +%%ETCDIR%%/openbsd-62-fw.pub +%%ETCDIR%%/openbsd-62-pkg.pub +%%ETCDIR%%/openbsd-62-syspatch.pub man/man1/signify.1.gz