svn commit: r375680 - head/deskutils/clipit

Thomas Zander riggs at FreeBSD.org
Sat Dec 27 12:25:30 UTC 2014


Author: riggs
Date: Sat Dec 27 12:25:29 2014
New Revision: 375680
URL: https://svnweb.freebsd.org/changeset/ports/375680
QAT: https://qat.redports.org/buildarchive/r375680/

Log:
  - NLS is unconditionally required, otherwise build fails
  - Add LICENSE*
  - Bump PORTREVISION
  
  PR:		195519
  Submitted by:	jrm at ftfl.ca (maintainer)

Modified:
  head/deskutils/clipit/Makefile

Modified: head/deskutils/clipit/Makefile
==============================================================================
--- head/deskutils/clipit/Makefile	Sat Dec 27 11:23:03 2014	(r375679)
+++ head/deskutils/clipit/Makefile	Sat Dec 27 12:25:29 2014	(r375680)
@@ -2,29 +2,31 @@
 
 PORTNAME=	clipit
 PORTVERSION=	1.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/gtkclipit/Version%201
 
 MAINTAINER=	jrm at ftfl.ca
 COMMENT=	Lightweight GTK+ clipboard manager forked from parcellite
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		gmake pkgconfig
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20
 
 OPTIONS_DEFINE=	NLS XDOTOOL
 XDOTOOL_DESC=	Automatic paste functionality
 OPTIONS_SUB=	yes
 
-NLS_USES=		gettext
 NLS_CONFIGURE_ON=	localedir=${LOCALBASE}/share/locale
 NLS_CONFIGURE_OFF=	--disable-nls
 XDOTOOL_RUN_DEPENDS+=	xdotool:${PORTSDIR}/x11/xdotool
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^itlocaledir =.*|itlocaledir = $$(datarootdir)/locale|' \
-		${WRKSRC}/po/Makefile.in.in
+	${WRKSRC}/po/Makefile.in.in
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list