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-pgpcore/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/claws-mail-pgpcore/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.60 diff -u -p -r1.2 -r1.60 --- pkgsrc/mail/claws-mail-pgpcore/Makefile 2007/08/06 21:41:22 1.2 +++ pkgsrc/mail/claws-mail-pgpcore/Makefile 2018/04/29 21:31:50 1.60 @@ -1,25 +1,24 @@ -# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:22 smb Exp $ +# $NetBSD: Makefile,v 1.60 2018/04/29 21:31:50 adam Exp $ # PLUGIN_NAME= pgpcore +PKGREVISION= 8 .include "../../mail/claws-mail/plugins.mk" -MAINTAINER= smb@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Handles core PGP functions -PKGREVISION= 1 PLIST_SRC+= PLIST -CONFIGURE_ARGS+= --enable-gpgme CONFIGURE_ARGS+= --enable-pgpcore-plugin CONFIGURE_ARGS+= --enable-pgpmime-plugin CONFIGURE_ARGS+= --enable-pgpinline-plugin -DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail -DEPENDS+= gnupg>=1.4.7:../../security/gnupg -DEPENDS+= gpgme>=1.1.4:../../security/gpgme +DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail +#DEPENDS+= gnupg>=1.4.9:../../security/gnupg +DEPENDS+= gpgme>=1.1.4nb2:../../security/gpgme -.include "../../x11/gtk2/buildlink3.mk" +.include "../../mail/claws-mail/Makefile.vers" .include "../../security/gpgme/buildlink3.mk" .include "../../mk/bsd.pkg.mk"