Index: head/security/signify/Makefile =================================================================== --- head/security/signify/Makefile (revision 514446) +++ head/security/signify/Makefile (revision 514447) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= signify DISTVERSIONPREFIX= v DISTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 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 USES= gmake USE_GITHUB= yes GH_ACCOUNT= chneukirchen GH_PROJECT= outils ALL_TARGET= src/usr.bin/signify/signify post-patch: # The sys/* overrides are not needed on FreeBSD @${RM} ${WRKSRC}/src/liboutils/include/sys/* # 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 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-64-base.pub =================================================================== --- head/security/signify/files/openbsd-64-base.pub (revision 514446) +++ head/security/signify/files/openbsd-64-base.pub (nonexistent) @@ -1,2 +0,0 @@ -untrusted comment: openbsd 6.4 base public key -RWQq6XmS4eDAcQW4KsT5Ka0KwTQp2JMOP9V/DR4HTVOL5Bc0D7LeuPwA Property changes on: head/security/signify/files/openbsd-64-base.pub ___________________________________________________________________ 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/security/signify/files/openbsd-67-base.pub =================================================================== --- head/security/signify/files/openbsd-67-base.pub (nonexistent) +++ head/security/signify/files/openbsd-67-base.pub (revision 514447) @@ -0,0 +1,2 @@ +untrusted comment: openbsd 6.7 base public key +RWRmkIA877Io3oCILSZoJGhAswifJbFK4r18ICoia+3c0PfwANueolNj Property changes on: head/security/signify/files/openbsd-67-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/pkg-plist =================================================================== --- head/security/signify/pkg-plist (revision 514446) +++ head/security/signify/pkg-plist (revision 514447) @@ -1,5 +1,5 @@ bin/signify -%%ETCDIR%%/openbsd-64-base.pub %%ETCDIR%%/openbsd-65-base.pub %%ETCDIR%%/openbsd-66-base.pub +%%ETCDIR%%/openbsd-67-base.pub man/man1/signify.1.gz