Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mail/claws-mail-pgpinline/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/claws-mail-pgpinline/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.54 diff -u -p -r1.9 -r1.54 --- pkgsrc/mail/claws-mail-pgpinline/Makefile 2008/09/26 17:51:17 1.9 +++ pkgsrc/mail/claws-mail-pgpinline/Makefile 2017/04/30 01:21:48 1.54 @@ -1,25 +1,21 @@ -# $NetBSD: Makefile,v 1.9 2008/09/26 17:51:17 smb Exp $ +# $NetBSD: Makefile,v 1.54 2017/04/30 01:21:48 ryoon Exp $ # -PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpinline -PLUG_VER= 3.5.0 -PKGREVISION= 1 +PKGREVISION= 2 .include "../../mail/claws-mail/plugins.mk" -MAINTAINER= smb@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Handles PGP/Inline signed and/or encrypted mails -CONFIGURE_ARGS+= --enable-gpgme CONFIGURE_ARGS+= --enable-pgpcore-plugin CONFIGURE_ARGS+= --enable-pgpinline-plugin -DEPENDS+= claws-mail-pgpcore-3.5.0{,nb[0-9]*}:../../mail/claws-mail-pgpcore +DEPENDS+= claws-mail-pgpcore-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail-pgpcore PLIST_SRC+= PLIST .include "../../security/gpgme/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"