diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /security/seahorse | |
parent | 48b92584b0722f7f6ca412e6cfe16f1381e043cc (diff) | |
download | ports-798e9bed2a389dce8a970e15b68176fd49f442db.tar.gz ports-798e9bed2a389dce8a970e15b68176fd49f442db.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 19 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 |
2 files changed, 10 insertions, 15 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 75f08979ee46..7fff39609a46 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,12 +3,11 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.8 2005/10/14 20:39:58 adamw Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.16 2006/03/05 21:52:25 marcus Exp $ # PORTNAME= seahorse -PORTVERSION= 0.8 -PORTREVISION= 4 +PORTVERSION= 0.8.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8 @@ -22,11 +21,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui GNU_CONFIGURE= yes -USE_REINPLACE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-gpg-check @@ -35,14 +34,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= seahorse.schemas -OPTIONS= GEDIT "Enable the gedit plug-in" on \ - NAUTILUS "Enable the Nautilus component" on \ +OPTIONS= NAUTILUS "Enable the Nautilus component" on \ LDAP "Enable LDAP support" on \ + GEDIT "Enable GEdit plug-in support" on \ HKP "Enable HKP keyserver interface" on .include <bsd.port.pre.mk> -.if defined(WITH_GEDIT) +.if !defined(WITHOUT_GEDIT) BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit PLIST_SUB+= GEDIT="" @@ -52,7 +51,7 @@ PLIST_SUB+= GEDIT="@comment " CONFIGURE_ARGS+=--disable-gedit .endif -.if defined(WITH_NAUTILUS) +.if !defined(WITHOUT_NAUTILUS) USE_GNOME+= nautilus2 PLIST_SUB+= NAUTILUS="" .else @@ -72,10 +71,6 @@ LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup CONFIGURE_ARGS+=--disable-hkp .endif -post-patch: - @${REINPLACE_CMD} -e 's|gedit-2.10|gedit-2.12|g' \ - ${WRKSRC}/configure - post-install: -@update-desktop-database diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index c9ee38c21b90..bd26f470f11d 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-0.8.tar.bz2) = b8c4878cdcbf57e9885583672934772c -SHA256 (gnome2/seahorse-0.8.tar.bz2) = 797a3f22ca135e5def00a872ef9aed07475f753fae76dbddb401011178cd4d17 -SIZE (gnome2/seahorse-0.8.tar.bz2) = 946453 +MD5 (gnome2/seahorse-0.8.1.tar.bz2) = 5d69954ff503c625aa2618acde660496 +SHA256 (gnome2/seahorse-0.8.1.tar.bz2) = 1aba14b58f2366beaf32324d95281a03799b4888ac1701f0ec788b43b4117e90 +SIZE (gnome2/seahorse-0.8.1.tar.bz2) = 971378 |