Index: head/mail/pine-pgp-filters/pkg-plist =================================================================== --- head/mail/pine-pgp-filters/pkg-plist (revision 252574) +++ head/mail/pine-pgp-filters/pkg-plist (nonexistent) @@ -1,14 +0,0 @@ -bin/ppf_mime -bin/ppf_mime_decrypt -libexec/ppf_decrypt -libexec/ppf_encrypt -libexec/ppf_mime -libexec/ppf_mime_decrypt -libexec/ppf_sign -libexec/ppf_verify -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/mail/pine-pgp-filters/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/pine-pgp-filters/Makefile =================================================================== --- head/mail/pine-pgp-filters/Makefile (revision 252574) +++ head/mail/pine-pgp-filters/Makefile (revision 252575) @@ -1,50 +1,55 @@ # New ports collection makefile for: pine-pgp-filters # Date created: 22 January 2003 # Whom: dougb # # $FreeBSD$ # PORTNAME= pine-pgp-filters -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7 CATEGORIES= mail security -MASTER_SITES= http://dougbarton.us/PGP/scripts/ppf/ \ +MASTER_SITES= http://dougbarton.us/PGP/ppf/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dougb DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine +PLIST_FILES= bin/ppf_mime bin/ppf_mime_decrypt \ + libexec/ppf_decrypt libexec/ppf_encrypt libexec/ppf_mime \ + libexec/ppf_mime_decrypt libexec/ppf_sign libexec/ppf_verify + .include RUN_DEPENDS= alpine:${PORTSDIR}/mail/alpine # We want to be version-agnostic here, but also record the right dependency # if the user installs the package and already has one or the other installed. .if exists(${LOCALBASE}/bin/gpg2) BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg .else BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc do-configure: @(cd ${WRKSRC} && ./configure --prefix=${PREFIX}) +PORTDOCS= BUGS CHANGES INSTALL LICENSE README + post-install: .if !defined(NOPORTDOCS) - ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${DOCSDIR} -.for file in BUGS CHANGES INSTALL LICENSE README + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/pine-pgp-filters/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/mail/pine-pgp-filters/distinfo =================================================================== --- head/mail/pine-pgp-filters/distinfo (revision 252574) +++ head/mail/pine-pgp-filters/distinfo (revision 252575) @@ -1,6 +1,6 @@ -MD5 (pine-pgp-filters-1.6.tar.gz) = d1aff26af1fdfb2269ae8a5064df2e82 -SHA256 (pine-pgp-filters-1.6.tar.gz) = 563f6a480c2177b216c1aa88c27fbd095b37b515b83748ae600c7d1e649c216d -SIZE (pine-pgp-filters-1.6.tar.gz) = 10034 -MD5 (pine-pgp-filters-1.6.tar.gz.asc) = 7cec8bdb9bf68a6973aa7232b3d7156e -SHA256 (pine-pgp-filters-1.6.tar.gz.asc) = dd6c5740fa68191d6a69de802887bc76df90c21830c58aa1c961998d95693ef3 -SIZE (pine-pgp-filters-1.6.tar.gz.asc) = 187 +MD5 (pine-pgp-filters-1.7.tar.gz) = 92db2ad37f888c1ec591500757f6fed8 +SHA256 (pine-pgp-filters-1.7.tar.gz) = 67dc5a877e9233c74e738ba90049bdc8ae3e635aed1637840853cd6804acaab1 +SIZE (pine-pgp-filters-1.7.tar.gz) = 10120 +MD5 (pine-pgp-filters-1.7.tar.gz.asc) = f26ba72786c8acb6a4ddce57b6e42d6a +SHA256 (pine-pgp-filters-1.7.tar.gz.asc) = f1ba004cf29954f36d9006b46eec6168e6cef54d4bf4f4e93271e4c337010b6a +SIZE (pine-pgp-filters-1.7.tar.gz.asc) = 488 Property changes on: head/mail/pine-pgp-filters/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/mail/pine-pgp-filters/pkg-descr =================================================================== --- head/mail/pine-pgp-filters/pkg-descr (revision 252574) +++ head/mail/pine-pgp-filters/pkg-descr (revision 252575) @@ -1,12 +1,12 @@ Simple, fast, /bin/sh-based filters to use GnuPG with Alpine. In addition to the standard functions of encrypt/decrypt and sign/verify for inline messages, I added pseudo-filters to verify or decrypt messages that were sent using MIME encoding. See the INSTALL file for instructions on how to configure these filters. -WWW: http://dougbarton.us/PGP/scripts/ppf/ +WWW: http://dougbarton.us/PGP/ppf/ - Doug Barton DougB@FreeBSD.org Property changes on: head/mail/pine-pgp-filters/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property