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.7 retrieving revision 1.11 diff -u -p -r1.7 -r1.11 --- pkgsrc/mail/claws-mail-pgpcore/Makefile 2008/05/12 02:25:40 1.7 +++ pkgsrc/mail/claws-mail-pgpcore/Makefile 2008/09/26 17:51:17 1.11 @@ -1,8 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.11 2008/09/26 17:51:17 smb Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + PLUGIN_NAME= pgpcore -PLUG_VER= 3.4.0 +PLUG_VER= 3.5.0 +PKGREVISION= 1 .include "../../mail/claws-mail/plugins.mk" MAINTAINER= smb@NetBSD.org @@ -17,12 +20,13 @@ 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+= claws-mail-3.5.0{,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 "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"