svn commit: r425489 - in head/x11-toolkits: linux-c6-pango linux-c7-pango

Tijl Coosemans tijl at FreeBSD.org
Sun Nov 6 13:08:31 UTC 2016


Author: tijl
Date: Sun Nov  6 13:08:30 2016
New Revision: 425489
URL: https://svnweb.freebsd.org/changeset/ports/425489

Log:
  Remove expat dependency.

Modified:
  head/x11-toolkits/linux-c6-pango/Makefile
  head/x11-toolkits/linux-c7-pango/Makefile

Modified: head/x11-toolkits/linux-c6-pango/Makefile
==============================================================================
--- head/x11-toolkits/linux-c6-pango/Makefile	Sun Nov  6 12:54:40 2016	(r425488)
+++ head/x11-toolkits/linux-c6-pango/Makefile	Sun Nov  6 13:08:30 2016	(r425489)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.28.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-toolkits linux
 
 MAINTAINER=	emulation at FreeBSD.org
@@ -15,7 +15,7 @@ CONFLICTS=	linux-pango-[0-9]* linux-f10-
 RPMVERSION=	11.el6
 USES=		linux:c6
 USE_LDCONFIG=	yes
-USE_LINUX=	cairo expat fontconfig libthai xorglibs
+USE_LINUX=	cairo fontconfig libthai xorglibs
 USE_LINUX_RPM=	yes
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

Modified: head/x11-toolkits/linux-c7-pango/Makefile
==============================================================================
--- head/x11-toolkits/linux-c7-pango/Makefile	Sun Nov  6 12:54:40 2016	(r425488)
+++ head/x11-toolkits/linux-c7-pango/Makefile	Sun Nov  6 13:08:30 2016	(r425489)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.36.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits linux
 
 MAINTAINER=	emulation at FreeBSD.org
@@ -15,7 +15,7 @@ CONFLICTS=	linux-f10-${PORTNAME}-[0-9]* 
 RPMVERSION=	2.el7
 USES=		linux:c7
 USE_LDCONFIG=	yes
-USE_LINUX=	cairo expat fontconfig harfbuzz libthai xorglibs
+USE_LINUX=	cairo fontconfig harfbuzz libthai xorglibs
 USE_LINUX_RPM=	yes
 
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr


More information about the svn-ports-all mailing list