diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 06:05:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 06:05:19 +0800 |
commit | 23909889790bfabb93e3673327c58ca0778e762f (patch) | |
tree | 5769cb530a46a731debb350f0857a64e0b703be0 /security/seahorse | |
parent | 9e70539d36a662bda272e844d8dcfa043e5c33b2 (diff) | |
download | marcuscom-ports-23909889790bfabb93e3673327c58ca0778e762f.tar.gz marcuscom-ports-23909889790bfabb93e3673327c58ca0778e762f.tar.zst marcuscom-ports-23909889790bfabb93e3673327c58ca0778e762f.zip |
Correct the epiphany version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9113 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index eb68f2d48..df42ba280 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,12 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.37 2007/06/25 04:51:20 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.38 2007/07/01 18:10:30 marcus Exp $ # PORTNAME= seahorse PORTVERSION= 2.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -90,7 +90,7 @@ CONFIGURE_ARGS+=--disable-libnotify .if !defined(WITHOUT_EPIPHANY) BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -PLIST_SUB+= EPHY="" EPHY_VERSION="2.18" +PLIST_SUB+= EPHY="" EPHY_VERSION="2.19" .else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " |