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.8 retrieving revision 1.31 diff -u -p -r1.8 -r1.31 --- pkgsrc/mail/claws-mail-pgpcore/Makefile 2008/06/12 02:14:34 1.8 +++ pkgsrc/mail/claws-mail-pgpcore/Makefile 2013/02/16 11:19:00 1.31 @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:34 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2013/02/16 11:19:00 wiz Exp $ # -PKG_DESTDIR_SUPPORT= user-destdir - PLUGIN_NAME= pgpcore -PLUG_VER= 3.4.0 +PKGREVISION= 5 .include "../../mail/claws-mail/plugins.mk" -MAINTAINER= smb@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Handles core PGP functions PLIST_SRC+= PLIST @@ -19,12 +17,11 @@ CONFIGURE_ARGS+= --enable-pgpcore-plugin CONFIGURE_ARGS+= --enable-pgpmime-plugin CONFIGURE_ARGS+= --enable-pgpinline-plugin -DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail -DEPENDS+= gnupg>=1.4.9:../../security/gnupg +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 "../../mail/claws-mail/Makefile.vers" -.include "../../x11/gtk2/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" .include "../../mk/bsd.pkg.mk"