svn commit: r358833 - head/deskutils/gucharmap

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 22 21:27:18 UTC 2014


Author: amdmi3
Date: Sun Jun 22 21:27:17 2014
New Revision: 358833
URL: http://svnweb.freebsd.org/changeset/ports/358833
QAT: https://qat.redports.org/buildarchive/r358833/

Log:
  - Switch to USES=libtool, drop .la files
  - Convert gnomehack to USES=pathfix
  
  Approved by:	portmgr blanket, kwm (for gnome@ leaf ports)

Modified:
  head/deskutils/gucharmap/Makefile
  head/deskutils/gucharmap/pkg-plist

Modified: head/deskutils/gucharmap/Makefile
==============================================================================
--- head/deskutils/gucharmap/Makefile	Sun Jun 22 21:17:48 2014	(r358832)
+++ head/deskutils/gucharmap/Makefile	Sun Jun 22 21:27:17 2014	(r358833)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gucharmap
 PORTVERSION=	2.32.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -14,8 +14,8 @@ COMMENT=	Unicode/ISO10646 character map 
 
 LIB_DEPENDS=	librarian.so:${PORTSDIR}/textproc/rarian
 
-USES=		gettext pkgconfig gmake tar:bzip2
-USE_GNOME=	gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2
+USES=		gettext pkgconfig gmake libtool pathfix tar:bzip2
+USE_GNOME=	gnomeprefix intlhack gtk20 gnomedocutils gconf2
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes

Modified: head/deskutils/gucharmap/pkg-plist
==============================================================================
--- head/deskutils/gucharmap/pkg-plist	Sun Jun 22 21:17:48 2014	(r358832)
+++ head/deskutils/gucharmap/pkg-plist	Sun Jun 22 21:27:17 2014	(r358833)
@@ -13,9 +13,9 @@ include/gucharmap-2.0/gucharmap/gucharma
 include/gucharmap-2.0/gucharmap/gucharmap-type-builtins.h
 include/gucharmap-2.0/gucharmap/gucharmap-unicode-info.h
 include/gucharmap-2.0/gucharmap/gucharmap.h
-lib/libgucharmap.la
 lib/libgucharmap.so
 lib/libgucharmap.so.7
+lib/libgucharmap.so.7.0.0
 libdata/pkgconfig/gucharmap-2.pc
 share/applications/gucharmap.desktop
 share/gnome/help/gucharmap/C/figures/gucharmap_start_window.png


More information about the svn-ports-all mailing list