diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-22 01:22:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-22 01:22:55 +0800 |
commit | 2a84931b694dd6cf3823e382871acccce41079b3 (patch) | |
tree | 375403ab3cbb25d4e4ddbccbfeb1093cd5ec71c1 | |
parent | e8870a135390e94802168ba4d53024e1ae422e11 (diff) | |
download | marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.tar marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.tar.gz marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.tar.bz2 marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.tar.lz marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.tar.xz marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.tar.zst marcuscom-ports-2a84931b694dd6cf3823e382871acccce41079b3.zip |
Update to 2.26.0.
remove some not longer supported configure args.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12922 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/pangomm/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index 207469c80..1fa196005 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.11 2009/08/26 17:25:15 marcus Exp $ +# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.12 2009/08/28 18:05:11 kwm Exp $ # PORTNAME= pangomm -PORTVERSION= 2.25.1.3 +PORTVERSION= 2.26.0 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -30,11 +30,8 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack pango CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-demos \ - --disable-documentation \ - --disable-examples \ - --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} +CONFIGURE_ARGS= --disable-documentation \ + --enable-static=yes PLIST_SUB= VERSION="2.4" API_VERSION="1.4" diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo index 1941e5ba0..2b1ff4ca2 100644 --- a/x11-toolkits/pangomm/distinfo +++ b/x11-toolkits/pangomm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pangomm-2.25.1.3.tar.bz2) = e9aac0019cb56350ceb5fcb316f2797c -SHA256 (gnome2/pangomm-2.25.1.3.tar.bz2) = 47eb72b1798ff0abeda4184081b61faa7be37a508328232fbb0b02c8864b65a0 -SIZE (gnome2/pangomm-2.25.1.3.tar.bz2) = 715457 +MD5 (gnome2/pangomm-2.26.0.tar.bz2) = 37f54dc8e6cb73ed923b22f313352156 +SHA256 (gnome2/pangomm-2.26.0.tar.bz2) = bf26ebe42c12c81e5c32ceca80ff226a01c8d80d4db2a4cc3463d5bf241b095e +SIZE (gnome2/pangomm-2.26.0.tar.bz2) = 982857 |