svn commit: r315757 - head/textproc/libextractor

Jason Helfman jgh at FreeBSD.org
Mon Apr 8 06:11:50 UTC 2013


Author: jgh
Date: Mon Apr  8 06:11:48 2013
New Revision: 315757
URL: http://svnweb.freebsd.org/changeset/ports/315757

Log:
  - unbreak packaging
  - move to USES=pathfix in favor of gnomehack
  
  Reported by:	pointyhat
  Approved by:	portmgr (tabthorpe,itetcu)

Modified:
  head/textproc/libextractor/Makefile
  head/textproc/libextractor/pkg-plist

Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile	Mon Apr  8 05:10:58 2013	(r315756)
+++ head/textproc/libextractor/Makefile	Mon Apr  8 06:11:48 2013	(r315757)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libextractor
 PORTVERSION=	0.6.2
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -11,7 +11,8 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	vd at FreeBSD.org
 COMMENT=	Library for keyword extraction
 
-USE_GNOME=	gnomehack glib20 gtk20
+USE_GNOME=	glib20 gtk20
+USES=	pathfix
 USE_PYTHON=	yes
 USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes

Modified: head/textproc/libextractor/pkg-plist
==============================================================================
--- head/textproc/libextractor/pkg-plist	Mon Apr  8 05:10:58 2013	(r315756)
+++ head/textproc/libextractor/pkg-plist	Mon Apr  8 06:11:48 2013	(r315757)
@@ -57,8 +57,6 @@ lib/libextractor/libextractor_odf.so
 %%VORBIS%%lib/libextractor/libextractor_ogg.so
 %%GSF%%lib/libextractor/libextractor_ole2.la
 %%GSF%%lib/libextractor/libextractor_ole2.so
-%%POPPLER%%lib/libextractor/libextractor_pdf.la
-%%POPPLER%%lib/libextractor/libextractor_pdf.so
 lib/libextractor/libextractor_png.la
 lib/libextractor/libextractor_png.so
 lib/libextractor/libextractor_ps.la


More information about the svn-ports-all mailing list