Index: head/mail/pine-pgp-filters/pkg-message =================================================================== --- head/mail/pine-pgp-filters/pkg-message (revision 412565) +++ head/mail/pine-pgp-filters/pkg-message (nonexistent) @@ -1,6 +0,0 @@ - -*************************************************************************** -*** To learn how to configure Alpine to use these filters, see the docs *** -*** in PREFIX/share/doc/pine-pgp-filters. PREFIX is usually /usr/local. *** -*************************************************************************** - Property changes on: head/mail/pine-pgp-filters/pkg-message ___________________________________________________________________ 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/mail/pine-pgp-filters/Makefile =================================================================== --- head/mail/pine-pgp-filters/Makefile (revision 412565) +++ head/mail/pine-pgp-filters/Makefile (revision 412566) @@ -1,35 +1,43 @@ # $FreeBSD$ PORTNAME= pine-pgp-filters PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail security MASTER_SITES= LOCAL/marino DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine +COMMENT= Simple sh-based filters to use GnuPG with Alpine +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= gpg2:security/gnupg -RUN_DEPENDS+= gpg2:security/gnupg -RUN_DEPENDS= alpine:mail/alpine +RUN_DEPENDS= alpine:mail/alpine \ + gpg2:security/gnupg -PORTDOCS= BUGS CHANGES INSTALL LICENSE README +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +NO_ARCH= yes + +PORTDOCS= BUGS CHANGES INSTALL README 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 +OPTIONS_DEFINE= DOCS + +DOCS_SUB_FILES= pkg-message + verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc -do-configure: - @(cd ${WRKSRC} && ./configure --prefix=${PREFIX}) - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/mail/pine-pgp-filters/files/patch-Makefile.in =================================================================== --- head/mail/pine-pgp-filters/files/patch-Makefile.in (revision 412565) +++ head/mail/pine-pgp-filters/files/patch-Makefile.in (revision 412566) @@ -1,28 +1,28 @@ ---- Makefile.in.orig 2014-08-27 11:21:39.552449460 +0800 -+++ Makefile.in 2014-08-27 11:22:32.666448424 +0800 +--- Makefile.in.orig 2010-04-12 00:37:45 UTC ++++ Makefile.in @@ -9,18 +9,18 @@ all: done install: all - @if [ ! -d @@PREFIX@@/libexec ]; then \ - install -d -m 755 @@PREFIX@@/libexec; \ + @if [ ! -d $(DESTDIR)@@PREFIX@@/libexec ]; then \ + install -d -m 755 $(DESTDIR)@@PREFIX@@/libexec; \ fi - install -m 555 $$PWD/out/ppf_* @@PREFIX@@/libexec + install -m 555 $$PWD/out/ppf_* $(DESTDIR)@@PREFIX@@/libexec - @if [ ! -d @@PREFIX@@/bin ]; then \ - install -d -m 755 @@PREFIX@@/bin; \ + @if [ ! -d $(DESTDIR)@@PREFIX@@/bin ]; then \ + install -d -m 755 $(DESTDIR)@@PREFIX@@/bin; \ fi - ln -sf @@PREFIX@@/libexec/ppf_mime @@PREFIX@@/bin/ppf_mime - ln -sf @@PREFIX@@/libexec/ppf_mime_decrypt @@PREFIX@@/bin/ppf_mime_decrypt + ln -sf @@PREFIX@@/libexec/ppf_mime $(DESTDIR)@@PREFIX@@/bin/ppf_mime + ln -sf @@PREFIX@@/libexec/ppf_mime_decrypt $(DESTDIR)@@PREFIX@@/bin/ppf_mime_decrypt clean: @if [ -d "$$PWD/out" ]; then \ Index: head/mail/pine-pgp-filters/files/pkg-message.in =================================================================== --- head/mail/pine-pgp-filters/files/pkg-message.in (nonexistent) +++ head/mail/pine-pgp-filters/files/pkg-message.in (revision 412566) @@ -0,0 +1,6 @@ + +*************************************************************************** +To learn how to configure Alpine to use these filters, see the docs +in %%PREFIX%%/share/doc/pine-pgp-filters. +*************************************************************************** + Property changes on: head/mail/pine-pgp-filters/files/pkg-message.in ___________________________________________________________________ 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