diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-31 12:49:45 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-31 12:49:45 +0800 |
commit | 45a768c6aa7abca6d0ae554925963b88d2593dbf (patch) | |
tree | 1cf8a4061e868cb80007d118dab871ed00b6a44c | |
parent | 5cb50822e73d6fb65fd9cc1b7b3e72577d729c6e (diff) | |
download | marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.tar marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.tar.gz marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.tar.bz2 marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.tar.lz marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.tar.xz marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.tar.zst marcuscom-ports-45a768c6aa7abca6d0ae554925963b88d2593dbf.zip |
Update to 2.21.91 and re-enable epiphany module, it works now to build/install.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10307 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/seahorse/Makefile | 21 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 |
2 files changed, 13 insertions, 14 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 538be9e95..0a0092f7f 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.53 2008/01/29 16:54:06 kwm Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.54 2008/01/29 21:28:21 mezz Exp $ # PORTNAME= seahorse -PORTVERSION= 2.21.90 -PORTREVISION= 1 +PORTVERSION= 2.21.91 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -39,7 +38,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= seahorse.schemas MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1 -#OPTIONS= EPIPHANY "Enable Epiphany plug-in support" on OPTIONS= LDAP "Enable LDAP support" on \ HKP "Enable HKP keyserver interface" on \ NOTIFY "Enable libnotify support" on \ @@ -47,7 +45,8 @@ OPTIONS= LDAP "Enable LDAP support" on \ KEYRING "Enable GNOME Keyring support" on \ MDNS "Enable mDNS key sharing" on \ GEDIT "Enable GEdit plug-in support" on \ - NAUTILUS "Enable the Nautilus component" on + NAUTILUS "Enable the Nautilus component" on \ + EPIPHANY "Enable Epiphany plug-in support" on .include <bsd.port.pre.mk> @@ -90,14 +89,14 @@ LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--disable-libnotify .endif -#.if !defined(WITHOUT_EPIPHANY) -#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#PLIST_SUB+= EPHY="" EPHY_VERSION="2.20" -#.else +.if !defined(WITHOUT_EPIPHANY) +BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +PLIST_SUB+= EPHY="" EPHY_VERSION="2.21" +.else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " -#.endif +.endif .if !defined(WITHOUT_APPLET) USE_GNOME+= gnomepanel diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index d79108004..0122adc89 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-2.21.90.tar.bz2) = 692a25596e9d8e873f49cff3ad1a4f96 -SHA256 (gnome2/seahorse-2.21.90.tar.bz2) = efebc23a18864ce73ff0d7792d413f452fc8b1a46414946ab95516d5ad5ca6a1 -SIZE (gnome2/seahorse-2.21.90.tar.bz2) = 2320635 +MD5 (gnome2/seahorse-2.21.91.tar.bz2) = 52dffbf505c484af4a55b405d9130f53 +SHA256 (gnome2/seahorse-2.21.91.tar.bz2) = 82a482a30de7925e304b41ef3ac823ff18f3b29a5565ebbf8478d1cbb12ba8b3 +SIZE (gnome2/seahorse-2.21.91.tar.bz2) = 2267291 |