diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 22:13:03 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 22:13:03 +0800 |
commit | 81d8633e6f10588cb267545fa8234dc6d3eca6ba (patch) | |
tree | 17910144a0cd7490ea8a8a98a2f81e639aa456bb | |
parent | 271e8d4d3873477e08941628b602bf1f7b9806a0 (diff) | |
download | marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.tar marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.tar.gz marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.tar.bz2 marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.tar.lz marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.tar.xz marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.tar.zst marcuscom-ports-81d8633e6f10588cb267545fa8234dc6d3eca6ba.zip |
Fix the plist, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10740 df743ca5-7f9a-e211-a948-0013205c9059
-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 9c9b5d936..a752c74ab 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.59 2008/03/09 18:44:46 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.60 2008/03/11 18:41:35 mezz Exp $ # PORTNAME= seahorse PORTVERSION= 2.22.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -91,7 +92,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.21" +PLIST_SUB+= EPHY="" EPHY_VERSION="2.22" .else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " |