diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-12 04:39:44 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-12 04:39:44 +0800 |
commit | 2bdcd2594a6e6c4f6cb48440febaeb3853edddd3 (patch) | |
tree | d32fa3ac68765909db6f1da79a329269f82e725a /security | |
parent | 3b378894a06217026e24bb0aab45465c2249bad3 (diff) | |
download | marcuscom-ports-2bdcd2594a6e6c4f6cb48440febaeb3853edddd3.tar.gz marcuscom-ports-2bdcd2594a6e6c4f6cb48440febaeb3853edddd3.tar.zst marcuscom-ports-2bdcd2594a6e6c4f6cb48440febaeb3853edddd3.zip |
Chase the EPHY_VERSION, 2.17 -> 2.18. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8489 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index f10a71cca..798ef48cc 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.27 2007/02/17 21:43:42 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.28 2007/02/24 19:46:05 marcus Exp $ # PORTNAME= seahorse PORTVERSION= 0.9.92 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -89,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.17" +PLIST_SUB+= EPHY="" EPHY_VERSION="2.18" .else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " |