svn commit: r363468 - head/editors/mlview
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 30 12:14:59 UTC 2014
Author: amdmi3
Date: Wed Jul 30 12:14:58 2014
New Revision: 363468
URL: http://svnweb.freebsd.org/changeset/ports/363468
QAT: https://qat.redports.org/buildarchive/r363468/
Log:
- Switch to USES=libtool, drop .la files
Modified:
head/editors/mlview/Makefile
head/editors/mlview/pkg-plist
Modified: head/editors/mlview/Makefile
==============================================================================
--- head/editors/mlview/Makefile Wed Jul 30 12:00:49 2014 (r363467)
+++ head/editors/mlview/Makefile Wed Jul 30 12:14:58 2014 (r363468)
@@ -3,7 +3,7 @@
PORTNAME= mlview
PORTVERSION= 0.8
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= editors gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -11,8 +11,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= ports at FreeBSD.org
COMMENT= Tree oriented XML editor for Gnome
-USE_AUTOTOOLS= autoconf libtool
-USES= pathfix gmake iconv pkgconfig tar:bzip2
+USE_AUTOTOOLS= autoconf
+USES= libtool pathfix gmake iconv pkgconfig tar:bzip2
USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0`
Modified: head/editors/mlview/pkg-plist
==============================================================================
--- head/editors/mlview/pkg-plist Wed Jul 30 12:00:49 2014 (r363467)
+++ head/editors/mlview/pkg-plist Wed Jul 30 12:14:58 2014 (r363468)
@@ -1,13 +1,13 @@
bin/mlview
bin/mlviewctl
lib/libmlview.a
-lib/libmlview.la
lib/libmlview.so
lib/libmlview.so.8
+lib/libmlview.so.8.0.0
lib/libmlviewdbusclient.a
-lib/libmlviewdbusclient.la
-lib/libmlviewdbusclient.so.8
lib/libmlviewdbusclient.so
+lib/libmlviewdbusclient.so.8
+lib/libmlviewdbusclient.so.8.0.0
share/applications/mlview.desktop
share/application-registry/mlview.applications
share/mime-info/mlview.keys
More information about the svn-ports-all
mailing list