diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-12 02:56:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-12 02:56:51 +0800 |
commit | 7b2811d9564f3bd264b85fb76a10da3fa0784ea3 (patch) | |
tree | 902d7630cd810301ce383fcb773e83a603b195cd /security | |
parent | a6aa9865dbc70b85f14e2d1d6f963f694a1b1c18 (diff) | |
download | freebsd-ports-gnome-7b2811d9564f3bd264b85fb76a10da3fa0784ea3.tar.gz freebsd-ports-gnome-7b2811d9564f3bd264b85fb76a10da3fa0784ea3.tar.zst freebsd-ports-gnome-7b2811d9564f3bd264b85fb76a10da3fa0784ea3.zip |
Fix the epiphany version number.
Reported by: QA Tinderbox
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index bf3507e2fff6..473b2e20b18c 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -8,6 +8,7 @@ PORTNAME= seahorse-plugins PORTVERSION= 2.24.1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--disable-nautilus .if !defined(WITHOUT_EPIPHANY) BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.23" +PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.24" .else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " |