diff options
author | prlw1 <prlw1@pkgsrc.org> | 2016-11-25 17:32:14 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2016-11-25 17:32:14 +0000 |
commit | ed3802dce74cd6aaa8ec13b428a39b1e9dddf5fc (patch) | |
tree | fb7f125d08f486fb6b5183a5b39926aedfbb1cb2 | |
parent | 21ea24cd0ed217745b856fe087fb38fa57232503 (diff) | |
download | pkgsrc-ed3802dce74cd6aaa8ec13b428a39b1e9dddf5fc.tar.gz |
Update pangomm to 2.40.1
2.40.1 (stable):
* C++11: Make all operator bool()s explicit.
(Murray Cumming)
* Build: Fix silent builds.
(Kjell Ahlstedt) Bug #768797
-rw-r--r-- | devel/pangomm/Makefile | 10 | ||||
-rw-r--r-- | devel/pangomm/PLIST | 4 | ||||
-rw-r--r-- | devel/pangomm/distinfo | 10 |
3 files changed, 13 insertions, 11 deletions
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile index 9c4cc9fcc89..d3cbaa4a10a 100644 --- a/devel/pangomm/Makefile +++ b/devel/pangomm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2016/07/09 06:38:11 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2016/11/25 17:32:14 prlw1 Exp $ -DISTNAME= pangomm-2.40.0 -PKGREVISION= 1 +DISTNAME= pangomm-2.40.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -22,9 +21,10 @@ PKGCONFIG_OVERRIDE+= pango/pangomm.pc.in CXXFLAGS+= -std=c++11 -BUILDLINK_API_DEPENDS.pango+= pango>=1.26.0 - +BUILDLINK_API_DEPENDS.mm-common+= mm-common>=0.9.10 +.include "../../devel/mm-common/buildlink3.mk" .include "../../devel/glibmm/buildlink3.mk" +BUILDLINK_API_DEPENDS.pango+= pango>=1.26.0 .include "../../devel/pango/buildlink3.mk" .include "../../graphics/cairomm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/pangomm/PLIST b/devel/pangomm/PLIST index ec732dc0314..430987fa1d9 100644 --- a/devel/pangomm/PLIST +++ b/devel/pangomm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/04/12 21:28:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/11/25 17:32:14 prlw1 Exp $ include/pangomm-1.4/pangomm.h include/pangomm-1.4/pangomm/attributes.h include/pangomm-1.4/pangomm/attriter.h @@ -281,9 +281,11 @@ share/doc/pangomm-1.4/reference/html/since_1_14.html share/doc/pangomm-1.4/reference/html/since_1_16.html share/doc/pangomm-1.4/reference/html/since_1_18.html share/doc/pangomm-1.4/reference/html/since_1_20.html +share/doc/pangomm-1.4/reference/html/since_1_20_1.html share/doc/pangomm-1.4/reference/html/since_1_22.html share/doc/pangomm-1.4/reference/html/since_1_30.html share/doc/pangomm-1.4/reference/html/since_1_32.html +share/doc/pangomm-1.4/reference/html/since_1_32_4.html share/doc/pangomm-1.4/reference/html/since_1_38.html share/doc/pangomm-1.4/reference/html/since_1_4.html share/doc/pangomm-1.4/reference/html/since_1_40.html diff --git a/devel/pangomm/distinfo b/devel/pangomm/distinfo index 45d0b6ac5ec..1604bbf83ef 100644 --- a/devel/pangomm/distinfo +++ b/devel/pangomm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/04/12 21:28:55 adam Exp $ +$NetBSD: distinfo,v 1.13 2016/11/25 17:32:14 prlw1 Exp $ -SHA1 (pangomm-2.40.0.tar.xz) = a4e1eefbd252f19bdcbe5c03f0b91499e1f4f480 -RMD160 (pangomm-2.40.0.tar.xz) = ef5e8433c9e86240bc91617ec4296f42b0e3332a -SHA512 (pangomm-2.40.0.tar.xz) = 95d9e0a659735fcfdbdcd001bf6d98d62df941728d2faff9d61a59655bf1a19f6da54fdac7e369c1ee250d2fc49255ebf2943207fcb32aa071a04c29020e6c6f -Size (pangomm-2.40.0.tar.xz) = 795236 bytes +SHA1 (pangomm-2.40.1.tar.xz) = 2b3904e635d6cf3b8088f7a8c6e2f8a5034f6516 +RMD160 (pangomm-2.40.1.tar.xz) = 8d48c6f16bf6e6eb6d26303d96d8ff5d620932b2 +SHA512 (pangomm-2.40.1.tar.xz) = bed19800b76e69cc51abeb5997bdc2f687f261ebcbe36aeee51f1fbf5010a46f4b9469033c34a912502001d9985135fd5c7f7574d3de8ba33cc5832520c6aa6f +Size (pangomm-2.40.1.tar.xz) = 810384 bytes |