diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-07 22:41:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-07 22:41:14 +0800 |
commit | afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50 (patch) | |
tree | 3541a700282d258af4fd832b2010165202c57b2c | |
parent | 742494d8d60f59be478f1b3d4b7e6d5362036a31 (diff) | |
download | marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.tar marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.tar.gz marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.tar.bz2 marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.tar.lz marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.tar.xz marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.tar.zst marcuscom-ports-afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16375 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/pkg-plist | 2 | ||||
-rw-r--r-- | x11/zenity/Makefile | 12 | ||||
-rw-r--r-- | x11/zenity/distinfo | 4 | ||||
-rw-r--r-- | x11/zenity/pkg-plist | 31 |
6 files changed, 46 insertions, 15 deletions
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 77f6247ad..6a6a68872 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -3,11 +3,11 @@ # Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtkmm30/Makefile,v 1.17 2011/09/17 12:07:49 kwm Exp $ +# $MCom: ports/x11-toolkits/gtkmm30/Makefile,v 1.18 2011/09/19 18:15:38 kwm Exp $ # PORTNAME= gtkmm -PORTVERSION= 3.1.90.1 +PORTVERSION= 3.2.0 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -33,8 +33,8 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gtk30 ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-documentation \ --enable-static=yes diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo index 0e476a8c7..343d0526e 100644 --- a/x11-toolkits/gtkmm30/distinfo +++ b/x11-toolkits/gtkmm30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtkmm-3.1.90.1.tar.xz) = f620f2c4e9d4037a5b9e42f0dbeef33d9c461c30226767e134087f92bb0567bc -SIZE (gnome3/gtkmm-3.1.90.1.tar.xz) = 8820148 +SHA256 (gnome3/gtkmm-3.2.0.tar.xz) = 6195dac58454e287ae17d380c028827f0a49669a3b93f85e2d4f6eb9459674f2 +SIZE (gnome3/gtkmm-3.2.0.tar.xz) = 8784844 diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist index 91844ca45..40674cf42 100644 --- a/x11-toolkits/gtkmm30/pkg-plist +++ b/x11-toolkits/gtkmm30/pkg-plist @@ -56,7 +56,6 @@ include/gtkmm-%%API_VERSION%%/gtkmm/appchooser.h include/gtkmm-%%API_VERSION%%/gtkmm/appchooserbutton.h include/gtkmm-%%API_VERSION%%/gtkmm/appchooserdialog.h include/gtkmm-%%API_VERSION%%/gtkmm/appchooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/application.h include/gtkmm-%%API_VERSION%%/gtkmm/arrow.h include/gtkmm-%%API_VERSION%%/gtkmm/aspectframe.h include/gtkmm-%%API_VERSION%%/gtkmm/assistant.h @@ -175,7 +174,6 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooser_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooserbutton_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooserdialog_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/appchooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/application_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/arrow_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/aspectframe_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/assistant_p.h diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 714842325..4e6980c9f 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,11 +3,11 @@ # Whom: Franz Klammer <klammer@webonaut.com> # # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.114 2011/04/01 11:49:26 kwm Exp $ +# $MCom: ports/x11/zenity/Makefile,v 1.115 2011/04/05 19:49:20 kwm Exp $ # PORTNAME= zenity -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -17,15 +17,17 @@ COMMENT= Display GNOME dialogs from the command line LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING + USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk30 gnomedocutils intlhack USE_XORG= x11 -USE_BZIP2= yes +USE_XZ= yes USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" MAN1= zenity.1 diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index fe498d90e..3d08e326f 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/zenity-3.0.0.tar.bz2) = b1965b6704e80665c551261b9895a06322aba3f9776f8e5dd8141c7e8aca5131 -SIZE (gnome3/zenity-3.0.0.tar.bz2) = 3165657 +SHA256 (gnome3/zenity-3.2.0.tar.xz) = e6a778db3655957770653745a2ecaef08a41a71f4a0a92cb7c5dc8ce0e9902d8 +SIZE (gnome3/zenity-3.2.0.tar.xz) = 3153352 diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist index ec0f6c052..21b2c5d3e 100644 --- a/x11/zenity/pkg-plist +++ b/x11/zenity/pkg-plist @@ -25,6 +25,18 @@ share/gnome/help/zenity/bg/figures/zenity-question-screenshot.png share/gnome/help/zenity/bg/figures/zenity-text-screenshot.png share/gnome/help/zenity/bg/figures/zenity-warning-screenshot.png share/gnome/help/zenity/bg/zenity.xml +share/gnome/help/zenity/ca/figures/zenity-calendar-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-entry-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-error-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-fileselection-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-information-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-list-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-notification-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-progress-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-question-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-text-screenshot.png +share/gnome/help/zenity/ca/figures/zenity-warning-screenshot.png +share/gnome/help/zenity/ca/zenity.xml share/gnome/help/zenity/cs/figures/zenity-calendar-screenshot.png share/gnome/help/zenity/cs/figures/zenity-entry-screenshot.png share/gnome/help/zenity/cs/figures/zenity-error-screenshot.png @@ -133,6 +145,18 @@ share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png share/gnome/help/zenity/fr/zenity.xml +share/gnome/help/zenity/gl/figures/zenity-calendar-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-entry-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-error-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-fileselection-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-information-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-list-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-notification-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-progress-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-question-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-text-screenshot.png +share/gnome/help/zenity/gl/figures/zenity-warning-screenshot.png +share/gnome/help/zenity/gl/zenity.xml share/gnome/help/zenity/oc/figures/zenity-calendar-screenshot.png share/gnome/help/zenity/oc/figures/zenity-entry-screenshot.png share/gnome/help/zenity/oc/figures/zenity-error-screenshot.png @@ -217,6 +241,7 @@ share/gnome/help/zenity/zh_CN/figures/zenity-question-screenshot.png share/gnome/help/zenity/zh_CN/figures/zenity-text-screenshot.png share/gnome/help/zenity/zh_CN/figures/zenity-warning-screenshot.png share/gnome/help/zenity/zh_CN/zenity.xml +share/locale/af/LC_MESSAGES/zenity.mo share/locale/am/LC_MESSAGES/zenity.mo share/locale/ar/LC_MESSAGES/zenity.mo share/locale/as/LC_MESSAGES/zenity.mo @@ -305,6 +330,7 @@ share/locale/zh_HK/LC_MESSAGES/zenity.mo share/locale/zh_TW/LC_MESSAGES/zenity.mo share/omf/zenity/zenity-C.omf share/omf/zenity/zenity-bg.omf +share/omf/zenity/zenity-ca.omf share/omf/zenity/zenity-cs.omf share/omf/zenity/zenity-da.omf share/omf/zenity/zenity-de.omf @@ -314,6 +340,7 @@ share/omf/zenity/zenity-es.omf share/omf/zenity/zenity-eu.omf share/omf/zenity/zenity-fi.omf share/omf/zenity/zenity-fr.omf +share/omf/zenity/zenity-gl.omf share/omf/zenity/zenity-oc.omf share/omf/zenity/zenity-pt_BR.omf share/omf/zenity/zenity-ru.omf @@ -391,6 +418,8 @@ share/omf/zenity/zenity-zh_CN.omf @dirrm share/gnome/help/zenity/pt_BR @dirrm share/gnome/help/zenity/oc/figures @dirrm share/gnome/help/zenity/oc +@dirrm share/gnome/help/zenity/gl/figures +@dirrm share/gnome/help/zenity/gl @dirrm share/gnome/help/zenity/fr/figures @dirrm share/gnome/help/zenity/fr @dirrm share/gnome/help/zenity/fi/figures @@ -409,6 +438,8 @@ share/omf/zenity/zenity-zh_CN.omf @dirrm share/gnome/help/zenity/da @dirrm share/gnome/help/zenity/cs/figures @dirrm share/gnome/help/zenity/cs +@dirrm share/gnome/help/zenity/ca/figures +@dirrm share/gnome/help/zenity/ca @dirrm share/gnome/help/zenity/bg/figures @dirrm share/gnome/help/zenity/bg @dirrm share/gnome/help/zenity/C/figures |