svn commit: r314354 - head/news/pan

Koop Mast kwm at FreeBSD.org
Sat Mar 16 13:33:20 UTC 2013


Author: kwm
Date: Sat Mar 16 13:33:19 2013
New Revision: 314354
URL: http://svnweb.freebsd.org/changeset/ports/314354

Log:
  Fix plist [1], while here use USES=pathfix instead of gnomehack.
  
  Submitted by:	QAT

Modified:
  head/news/pan/Makefile
  head/news/pan/pkg-plist

Modified: head/news/pan/Makefile
==============================================================================
--- head/news/pan/Makefile	Sat Mar 16 13:33:12 2013	(r314353)
+++ head/news/pan/Makefile	Sat Mar 16 13:33:19 2013	(r314354)
@@ -4,6 +4,7 @@
 
 PORTNAME=	pan
 PORTVERSION=	0.139
+PORTREVISION=	1
 CATEGORIES=	news gnome
 MASTER_SITES=	http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/
 DIST_SUBDIR=	gnome2
@@ -18,7 +19,8 @@ LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack intlhack
+USES=		pathfix
+USE_GNOME=	intlhack
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/news/pan/pkg-plist
==============================================================================
--- head/news/pan/pkg-plist	Sat Mar 16 13:33:12 2013	(r314353)
+++ head/news/pan/pkg-plist	Sat Mar 16 13:33:19 2013	(r314354)
@@ -12,6 +12,7 @@ share/locale/dz/LC_MESSAGES/pan.mo
 share/locale/el/LC_MESSAGES/pan.mo
 share/locale/en_CA/LC_MESSAGES/pan.mo
 share/locale/en_GB/LC_MESSAGES/pan.mo
+share/locale/eo/LC_MESSAGES/pan.mo
 share/locale/eu/LC_MESSAGES/pan.mo
 share/locale/es/LC_MESSAGES/pan.mo
 share/locale/et/LC_MESSAGES/pan.mo


More information about the svn-ports-head mailing list