From owner-svn-ports-head@FreeBSD.ORG Sat Mar 16 13:33:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C4EAA377; Sat, 16 Mar 2013 13:33:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 66CE4E9D; Sat, 16 Mar 2013 13:33:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2GDXKgR069699; Sat, 16 Mar 2013 13:33:20 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2GDXKS6069694; Sat, 16 Mar 2013 13:33:20 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303161333.r2GDXKS6069694@svn.freebsd.org> From: Koop Mast Date: Sat, 16 Mar 2013 13:33:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314354 - head/news/pan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 13:33:20 -0000 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