diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-23 21:39:40 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-23 21:39:40 +0800 |
commit | 1a7c5163d7d7707d5dea80651d070e759a6975a2 (patch) | |
tree | 0554c001b655dc03d7d77c69471fc7c0bd81c94e /x11 | |
parent | 4bd7b8a88df91401697586dbf80570e6c59edd79 (diff) | |
download | freebsd-ports-gnome-1a7c5163d7d7707d5dea80651d070e759a6975a2.tar.gz freebsd-ports-gnome-1a7c5163d7d7707d5dea80651d070e759a6975a2.tar.zst freebsd-ports-gnome-1a7c5163d7d7707d5dea80651d070e759a6975a2.zip |
Remove useless dependency on esound
The esound dependency is actually off by default form quite some time, but was
still registered as a dependency, drop it.
While here:
- update to 2.32.1
- use USES=localbase
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 10 | ||||
-rw-r--r-- | x11/libgnome/distinfo | 5 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 3 |
3 files changed, 8 insertions, 10 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 304010d78d00..b86a008339cf 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,8 +3,7 @@ # $MCom: ports/x11/libgnome/Makefile,v 1.135 2010/09/27 20:06:45 kwm Exp $ PORTNAME= libgnome -PORTVERSION= 2.32.0 -PORTREVISION?= 4 +PORTVERSION= 2.32.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,14 +20,11 @@ LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra RUN_DEPENDS= rarian-sk-config:textproc/rarian INSTALL_TARGET= install-strip -USE_GNOME= gnomeprefix intlhack esound libbonobo \ - gnomevfs2 referencehack -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USE_GNOME= gnomeprefix intlhack libbonobo gnomevfs2 referencehack +USES+= bison gettext gmake localbase libtool:keepla pathfix pkgconfig USE_XORG= xpm USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-deinstall diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index 5352da48b577..254fc6c5abae 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnome2/libgnome-2.32.0.tar.bz2) = d65e49bf075eb2b3efebec38ceb409693154d18396365765da1a71630bc3dd02 -SIZE (gnome2/libgnome-2.32.0.tar.bz2) = 1731179 +TIMESTAMP = 1521812183 +SHA256 (gnome2/libgnome-2.32.1.tar.bz2) = b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4 +SIZE (gnome2/libgnome-2.32.1.tar.bz2) = 1776006 diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index 99d7a1b696a9..5b5d159f34af 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -23,7 +23,7 @@ lib/libgnome-2.a lib/libgnome-2.la lib/libgnome-2.so lib/libgnome-2.so.0 -lib/libgnome-2.so.0.3200.0 +lib/libgnome-2.so.0.3200.1 libdata/bonobo/servers/GNOME_Moniker_std.server libdata/pkgconfig/libgnome-2.0.pc man/man7/gnome-options.7.gz @@ -111,6 +111,7 @@ share/locale/te/LC_MESSAGES/libgnome-2.0.mo share/locale/th/LC_MESSAGES/libgnome-2.0.mo share/locale/tr/LC_MESSAGES/libgnome-2.0.mo share/locale/tt/LC_MESSAGES/libgnome-2.0.mo +share/locale/ug/LC_MESSAGES/libgnome-2.0.mo share/locale/uk/LC_MESSAGES/libgnome-2.0.mo share/locale/vi/LC_MESSAGES/libgnome-2.0.mo share/locale/wa/LC_MESSAGES/libgnome-2.0.mo |