diff options
author | obraun <obraun@FreeBSD.org> | 2004-02-24 07:40:47 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-02-24 07:40:47 +0800 |
commit | f42093be6357f171aebf57d9b32c73dd8c51f820 (patch) | |
tree | aad18444bb3576ec43c145c897103eb53ee64d01 /mail | |
parent | 8523c7343924b3e30ec1c929b49cc47ee949c343 (diff) | |
download | freebsd-ports-gnome-f42093be6357f171aebf57d9b32c73dd8c51f820.tar.gz freebsd-ports-gnome-f42093be6357f171aebf57d9b32c73dd8c51f820.tar.zst freebsd-ports-gnome-f42093be6357f171aebf57d9b32c73dd8c51f820.zip |
* Upgrade to 0.29.
* Remove BROKEN.
* Grab maintainership.
* Add evolution support.
* Make gpg, abook, and evolution support optional, but auto detect.
* Build package with gpg and abook support for POLA reasons.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lbdb/Makefile | 48 | ||||
-rw-r--r-- | mail/lbdb/distinfo | 4 | ||||
-rw-r--r-- | mail/lbdb/pkg-plist | 5 |
3 files changed, 45 insertions, 12 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile index 3b6f29dc26b3..2239c7214ed0 100644 --- a/mail/lbdb/Makefile +++ b/mail/lbdb/Makefile @@ -6,20 +6,52 @@ # PORTNAME= lbdb -PORTVERSION= 0.28.2 +PORTVERSION= 0.29 CATEGORIES= mail MASTER_SITES= http://www.spinnaker.de/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obraun@FreeBSD.org COMMENT= Set of tools for use with mutt's external mail address query feature -BUILD_DEPENDS= abook:${PORTSDIR}/mail/abook \ - gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= abook:${PORTSDIR}/mail/abook \ - gpg:${PORTSDIR}/security/gnupg +.include <bsd.port.pre.mk> -BROKEN= "Does not fetch" +.if exists (${LOCALBASE}/bin/gpg) +WITH_GPG= yes +.endif +.if exists (${LOCALBASE}/bin/abook) +WITH_ABOOK= yes +.endif +.if exists (${X11BASE}/bin/evolution) +WITH_EVOLUTION= yes +.endif + +.if defined(PACKAGE_BUILDING) +WITH_GPG= yes +WITH_ABOOK= yes +.endif + +.if defined(WITH_GPG) +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +PLIST_SUB+= GPG="" +.else +PLIST_SUB+= GPG="@comment " +.endif +.if defined(WITH_ABOOK) +BUILD_DEPENDS+= abook:${PORTSDIR}/mail/abook +RUN_DEPENDS+= abook:${PORTSDIR}/mail/abook +PLIST_SUB+= ABOOK="" +.else +PLIST_SUB+= ABOOK="@comment " +.endif +.if defined(WITH_EVOLUTION) +BUILD_DEPENDS+= evolution:${PORTSDIR}/mail/evolution +RUN_DEPENDS+= evolution:${PORTSDIR}/mail/evolution +PLIST_SUB+= EVOLUTION="" +.else +PLIST_SUB+= EVOLUTION="@comment " +.endif WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} GNU_CONFIGURE= YES @@ -30,4 +62,4 @@ USE_PERL5= yes MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1 lbdb_dotlock.1 \ mutt_ldap_query.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/lbdb/distinfo b/mail/lbdb/distinfo index 9571f5a8582a..4aa8e14cf365 100644 --- a/mail/lbdb/distinfo +++ b/mail/lbdb/distinfo @@ -1,2 +1,2 @@ -MD5 (lbdb_0.28.2.tar.gz) = 68664271a4fc7605eec28ecb627a4a06 -SIZE (lbdb_0.28.2.tar.gz) = 84900 +MD5 (lbdb_0.29.tar.gz) = 1b29222036f564f45d22ce86284c0611 +SIZE (lbdb_0.29.tar.gz) = 85590 diff --git a/mail/lbdb/pkg-plist b/mail/lbdb/pkg-plist index 3ca2f43dcea4..64bbebc3eb96 100644 --- a/mail/lbdb/pkg-plist +++ b/mail/lbdb/pkg-plist @@ -8,12 +8,13 @@ libexec/fetchaddr libexec/lbdb-munge libexec/lbdb_bbdb_query.el libexec/lbdb_lib -libexec/m_abook +%%ABOOK%%libexec/m_abook libexec/m_bbdb +%%EVOLUTION%%libexec/m_evolution libexec/m_fido libexec/m_finger libexec/m_gnomecard -libexec/m_gpg +%%GPG%%libexec/m_gpg libexec/m_inmail libexec/m_ldap libexec/m_muttalias |