svn commit: r465356 - head/x11/libgnome
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 23 13:39:41 UTC 2018
Author: bapt
Date: Fri Mar 23 13:39:40 2018
New Revision: 465356
URL: https://svnweb.freebsd.org/changeset/ports/465356
Log:
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
Modified:
head/x11/libgnome/Makefile
head/x11/libgnome/distinfo
head/x11/libgnome/pkg-plist
Modified: head/x11/libgnome/Makefile
==============================================================================
--- head/x11/libgnome/Makefile Fri Mar 23 13:24:04 2018 (r465355)
+++ head/x11/libgnome/Makefile Fri Mar 23 13:39:40 2018 (r465356)
@@ -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
Modified: head/x11/libgnome/distinfo
==============================================================================
--- head/x11/libgnome/distinfo Fri Mar 23 13:24:04 2018 (r465355)
+++ head/x11/libgnome/distinfo Fri Mar 23 13:39:40 2018 (r465356)
@@ -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
Modified: head/x11/libgnome/pkg-plist
==============================================================================
--- head/x11/libgnome/pkg-plist Fri Mar 23 13:24:04 2018 (r465355)
+++ head/x11/libgnome/pkg-plist Fri Mar 23 13:39:40 2018 (r465356)
@@ -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
More information about the svn-ports-all
mailing list