svn commit: r458520 - head/devel/libnotify

Tijl Coosemans tijl at FreeBSD.org
Tue Jan 9 10:25:25 UTC 2018


Author: tijl
Date: Tue Jan  9 10:25:24 2018
New Revision: 458520
URL: https://svnweb.freebsd.org/changeset/ports/458520

Log:
  - There's no reference to gettext in the source code so remove USES=gettext
    and USE_GNOME=intlhack.
  - Also remove no longer needed USES=localbase and USES=pathfix.
  - Change USE_GNOME=introspection into a build dependency.
  
  PR:		213498
  Approved by:	maintainer timeout (1 year)

Modified:
  head/devel/libnotify/Makefile

Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile	Tue Jan  9 09:19:37 2018	(r458519)
+++ head/devel/libnotify/Makefile	Tue Jan  9 10:25:24 2018	(r458520)
@@ -4,6 +4,7 @@
 
 PORTNAME=	libnotify
 PORTVERSION=	0.7.7
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
@@ -13,8 +14,8 @@ COMMENT=	Library for desktop notifications
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext gmake libtool localbase pathfix pkgconfig tar:xz
-USE_GNOME=	intlhack glib20 gdkpixbuf2 introspection
+USES=		gmake libtool pkgconfig tar:xz
+USE_GNOME=	glib20 gdkpixbuf2 introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list