Date: Thu, 17 Jan 2013 18:57:55 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310555 - in head/deskutils/parcellite: . files Message-ID: <201301171857.r0HIvtF4054823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Jan 17 18:57:54 2013 New Revision: 310555 URL: http://svnweb.freebsd.org/changeset/ports/310555 Log: - Update to 1.1.2 - Convert to optionsng NLS knob - Trim Makefile header PR: ports/175371 Submitted by: myself Approved by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Deleted: head/deskutils/parcellite/files/patch-src_main.c Modified: head/deskutils/parcellite/Makefile (contents, props changed) head/deskutils/parcellite/distinfo (contents, props changed) head/deskutils/parcellite/pkg-plist (contents, props changed) Modified: head/deskutils/parcellite/Makefile ============================================================================== --- head/deskutils/parcellite/Makefile Thu Jan 17 16:43:07 2013 (r310554) +++ head/deskutils/parcellite/Makefile Thu Jan 17 18:57:54 2013 (r310555) @@ -1,13 +1,8 @@ -# New ports collection makefile for: parcellite -# Date created: 29 April 2009 -# Whom: Joey Mingrone <joey@mingrone.org> -# +# Created by: Joey Mingrone <joey@mingrone.org> # $FreeBSD$ -# PORTNAME= parcellite -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,7 +13,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else Modified: head/deskutils/parcellite/distinfo ============================================================================== --- head/deskutils/parcellite/distinfo Thu Jan 17 16:43:07 2013 (r310554) +++ head/deskutils/parcellite/distinfo Thu Jan 17 18:57:54 2013 (r310555) @@ -1,2 +1,2 @@ -SHA256 (parcellite-1.0.1.tar.gz) = a4e7a1bd0616683b7eb4b08350cdaa355b1c9d5c93a4caa0cef4a813cf4cc526 -SIZE (parcellite-1.0.1.tar.gz) = 555184 +SHA256 (parcellite-1.1.2.tar.gz) = 06ff46a38ab430d5daa9bb01afe92eb777715f9cd4fab8b0d7e0a3d62b28d42a +SIZE (parcellite-1.1.2.tar.gz) = 690826 Modified: head/deskutils/parcellite/pkg-plist ============================================================================== --- head/deskutils/parcellite/pkg-plist Thu Jan 17 16:43:07 2013 (r310554) +++ head/deskutils/parcellite/pkg-plist Thu Jan 17 18:57:54 2013 (r310555) @@ -4,6 +4,7 @@ share/applications/parcellite.desktop share/pixmaps/parcellite.png share/pixmaps/parcellite.svg share/pixmaps/parcellite.xpm +%%NLS%%share/locale/ca/LC_MESSAGES/parcellite.mo %%NLS%%share/locale/cs/LC_MESSAGES/parcellite.mo %%NLS%%share/locale/da/LC_MESSAGES/parcellite.mo %%NLS%%share/locale/de/LC_MESSAGES/parcellite.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301171857.r0HIvtF4054823>