Date: Sat, 16 Mar 2013 13:33:20 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314354 - head/news/pan Message-ID: <201303161333.r2GDXKS6069694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161333.r2GDXKS6069694>