diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-16 09:29:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-16 09:29:36 +0000 |
commit | 803bc729568afb1529afecac4ea74ca180948435 (patch) | |
tree | c760808669f11ec0eea33274a0c29d171069afc1 /devel | |
parent | 1a006d948c50e00ba637534551ab9b530b83e87f (diff) | |
download | pkgsrc-803bc729568afb1529afecac4ea74ca180948435.tar.gz |
Update to 0.0.2.
October 16, 2012 Behdad Esfahbod <behdad@gnome.org>
- 0.0.2. There are only 10 types of people...
More seriously: Bump pkgconfig package version to 1.30.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pangox-compat/Makefile | 5 | ||||
-rw-r--r-- | devel/pangox-compat/distinfo | 9 | ||||
-rw-r--r-- | devel/pangox-compat/patches/patch-pangox.pc.in | 16 |
3 files changed, 6 insertions, 24 deletions
diff --git a/devel/pangox-compat/Makefile b/devel/pangox-compat/Makefile index 381e21326bb..3805274f46e 100644 --- a/devel/pangox-compat/Makefile +++ b/devel/pangox-compat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/05/05 00:47:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2015/01/16 09:29:36 wiz Exp $ -DISTNAME= pangox-compat-0.0.1 -PKGREVISION= 7 +DISTNAME= pangox-compat-0.0.2 CATEGORIES= devel fonts MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangox-compat/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/pangox-compat/distinfo b/devel/pangox-compat/distinfo index 8fc8fee4431..8c698837cf7 100644 --- a/devel/pangox-compat/distinfo +++ b/devel/pangox-compat/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/10/16 18:21:24 wiz Exp $ +$NetBSD: distinfo,v 1.3 2015/01/16 09:29:36 wiz Exp $ -SHA1 (pangox-compat-0.0.1.tar.xz) = fad400b88882cf59e125b25771319f66db03f203 -RMD160 (pangox-compat-0.0.1.tar.xz) = ff7ff4ed5f484a34bc57ef74e5d93837b70125d7 -Size (pangox-compat-0.0.1.tar.xz) = 251452 bytes -SHA1 (patch-pangox.pc.in) = 9e6ba1160bd03bb155c223a9cfd12d0b1d20079d +SHA1 (pangox-compat-0.0.2.tar.xz) = e02daa573769ddd41b2231f731525e5f8f26621b +RMD160 (pangox-compat-0.0.2.tar.xz) = 4c1f8f0b23037bdba0eef9a905aa234a7dff78a4 +Size (pangox-compat-0.0.2.tar.xz) = 267396 bytes diff --git a/devel/pangox-compat/patches/patch-pangox.pc.in b/devel/pangox-compat/patches/patch-pangox.pc.in deleted file mode 100644 index 071346ed6e1..00000000000 --- a/devel/pangox-compat/patches/patch-pangox.pc.in +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-pangox.pc.in,v 1.2 2012/10/16 18:21:24 wiz Exp $ - -No point in a replacement library if its version is so low -it's not accepted by anything. - ---- pangox.pc.in.orig 2012-08-27 23:19:32.000000000 +0000 -+++ pangox.pc.in -@@ -5,7 +5,7 @@ includedir=@includedir@ - - Name: Pango X - Description: X Window System font support for Pango --Version: @VERSION@ -+Version: 1.30 - Requires: pango - Libs: -L${libdir} -lpangox-1.0 @X_LIBS@ - Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@ |