Index: head/security/signify/pkg-plist =================================================================== --- head/security/signify/pkg-plist (revision 535762) +++ head/security/signify/pkg-plist (nonexistent) @@ -1,5 +0,0 @@ -bin/signify -%%ETCDIR%%/openbsd-65-base.pub -%%ETCDIR%%/openbsd-66-base.pub -%%ETCDIR%%/openbsd-67-base.pub -man/man1/signify.1.gz Property changes on: head/security/signify/pkg-plist ___________________________________________________________________ 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/Makefile =================================================================== --- head/security/signify/Makefile (revision 535762) +++ head/security/signify/Makefile (revision 535763) @@ -1,44 +1,50 @@ # $FreeBSD$ PORTNAME= signify DISTVERSIONPREFIX= v DISTVERSION= 0.9 +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= BSD3CLAUSE BSD4CLAUSE ISCL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= leahneukirchen GH_PROJECT= outils ALL_TARGET= src/usr.bin/signify/signify +PLIST_FILES= bin/signify \ + share/man/man1/signify.1.gz + 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_MAN} ${WRKSRC}/src/usr.bin/signify/signify.1 \ - ${STAGEDIR}${PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/openbsd-*.pub \ ${STAGEDIR}${ETCDIR} + cd ${STAGEDIR}${PREFIX} && \ + ${FIND} ${ETCDIR_REL} -name 'openbsd-*.pub' -type f >> ${TMPPLIST} .include Index: head/security/signify/files/openbsd-65-base.pub =================================================================== --- head/security/signify/files/openbsd-65-base.pub (revision 535762) +++ head/security/signify/files/openbsd-65-base.pub (nonexistent) @@ -1,2 +0,0 @@ -untrusted comment: openbsd 6.5 base public key -RWSZaRmt1LEQT9CtPygf9CvONu8kYPTlVEJdysNoUR62/NkeWgdkc3zY Property changes on: head/security/signify/files/openbsd-65-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-68-base.pub =================================================================== --- head/security/signify/files/openbsd-68-base.pub (nonexistent) +++ head/security/signify/files/openbsd-68-base.pub (revision 535763) @@ -0,0 +1,2 @@ +untrusted comment: openbsd 6.8 base public key +RWQZj25CSG5R2oLo5735Hh6C48kkjFsj5rJDjW+fGZwyY+BkD5/zps8f Property changes on: head/security/signify/files/openbsd-68-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