diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-30 08:47:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-30 08:47:21 +0800 |
commit | 7315b1c16ae631c60d787b73475db448b86b7e0b (patch) | |
tree | 0a7edc722d829b9a98914843c0c09d978324e75f /security/seahorse | |
parent | e43bffa408ddb90519bcbf271791632a33f25217 (diff) | |
download | freebsd-ports-graphics-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.gz freebsd-ports-graphics-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.zst freebsd-ports-graphics-7315b1c16ae631c60d787b73475db448b86b7e0b.zip |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 19 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 |
2 files changed, 10 insertions, 15 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 75f08979ee4..7fff39609a4 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.8 2005/10/14 20:39:58 adamw Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.16 2006/03/05 21:52:25 marcus Exp $ # PORTNAME= seahorse -PORTVERSION= 0.8 -PORTREVISION= 4 +PORTVERSION= 0.8.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8 @@ -22,11 +21,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui GNU_CONFIGURE= yes -USE_REINPLACE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-gpg-check @@ -35,14 +34,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= seahorse.schemas -OPTIONS= GEDIT "Enable the gedit plug-in" on \ - NAUTILUS "Enable the Nautilus component" on \ +OPTIONS= NAUTILUS "Enable the Nautilus component" on \ LDAP "Enable LDAP support" on \ + GEDIT "Enable GEdit plug-in support" on \ HKP "Enable HKP keyserver interface" on .include <bsd.port.pre.mk> -.if defined(WITH_GEDIT) +.if !defined(WITHOUT_GEDIT) BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit PLIST_SUB+= GEDIT="" @@ -52,7 +51,7 @@ PLIST_SUB+= GEDIT="@comment " CONFIGURE_ARGS+=--disable-gedit .endif -.if defined(WITH_NAUTILUS) +.if !defined(WITHOUT_NAUTILUS) USE_GNOME+= nautilus2 PLIST_SUB+= NAUTILUS="" .else @@ -72,10 +71,6 @@ LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup CONFIGURE_ARGS+=--disable-hkp .endif -post-patch: - @${REINPLACE_CMD} -e 's|gedit-2.10|gedit-2.12|g' \ - ${WRKSRC}/configure - post-install: -@update-desktop-database diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index c9ee38c21b9..bd26f470f11 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-0.8.tar.bz2) = b8c4878cdcbf57e9885583672934772c -SHA256 (gnome2/seahorse-0.8.tar.bz2) = 797a3f22ca135e5def00a872ef9aed07475f753fae76dbddb401011178cd4d17 -SIZE (gnome2/seahorse-0.8.tar.bz2) = 946453 +MD5 (gnome2/seahorse-0.8.1.tar.bz2) = 5d69954ff503c625aa2618acde660496 +SHA256 (gnome2/seahorse-0.8.1.tar.bz2) = 1aba14b58f2366beaf32324d95281a03799b4888ac1701f0ec788b43b4117e90 +SIZE (gnome2/seahorse-0.8.1.tar.bz2) = 971378 |