diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-06 05:52:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-06 05:52:25 +0800 |
commit | 364b939fdc2139544f7c5ff29d63a3edbd86b0a7 (patch) | |
tree | 85118b8008ebbb90e47a079c2526ab2e73b1ba4f | |
parent | 3a07962d70c2983d08ee48bbbab0dcfb12c6de29 (diff) | |
download | marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.tar marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.tar.gz marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.tar.bz2 marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.tar.lz marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.tar.xz marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.tar.zst marcuscom-ports-364b939fdc2139544f7c5ff29d63a3edbd86b0a7.zip |
Update to 0.8.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5850 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/seahorse/Makefile | 23 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 |
2 files changed, 14 insertions, 15 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index de587475f..b1718f68e 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.14 2006/02/25 00:14:54 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.15 2006/03/02 20:56:22 mezz 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 @@ -37,22 +36,22 @@ GCONF_SCHEMAS= seahorse.schemas 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> -# Uncomment when seahorse is updated past 0.8. -#.if defined(WITH_GEDIT) -#BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -#RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -#PLIST_SUB+= GEDIT="" -#GCONF_SCHEMAS+= seahorse-gedit.schemas -#.else +.if !defined(WITHOUT_GEDIT) +BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit +RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit +PLIST_SUB+= GEDIT="" +GCONF_SCHEMAS+= seahorse-gedit.schemas +.else PLIST_SUB+= GEDIT="@comment " CONFIGURE_ARGS+=--disable-gedit -#.endif +.endif -.if defined(WITH_NAUTILUS) +.if !defined(WITHOUT_NAUTILUS) USE_GNOME+= nautilus2 PLIST_SUB+= NAUTILUS="" .else diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index c9ee38c21..bd26f470f 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 |