Date: Sun, 21 Dec 2014 00:32:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375144 - in head: japanese/kasumi math/gdcalc math/gnumeric math/lybniz math/mate-calc math/qalculate misc/libisocodes misc/terraform Message-ID: <201412210032.sBL0WKmT057416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Dec 21 00:32:19 2014 New Revision: 375144 URL: https://svnweb.freebsd.org/changeset/ports/375144 QAT: https://qat.redports.org/buildarchive/r375144/ Log: Get rid of gnomehier Modified: head/japanese/kasumi/Makefile head/math/gdcalc/Makefile head/math/gnumeric/Makefile head/math/lybniz/Makefile head/math/mate-calc/Makefile head/math/qalculate/Makefile head/misc/libisocodes/Makefile head/misc/terraform/Makefile Modified: head/japanese/kasumi/Makefile ============================================================================== --- head/japanese/kasumi/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/japanese/kasumi/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,7 +3,7 @@ PORTNAME= kasumi PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/41436 @@ -12,7 +12,7 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Dictionary management tool for anthy USES= gmake pkgconfig -USE_GNOME= gnomehier gtk20 +USE_GNOME= gtk20 LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy GNU_CONFIGURE= yes Modified: head/math/gdcalc/Makefile ============================================================================== --- head/math/gdcalc/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/math/gdcalc/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,7 +3,7 @@ PORTNAME= gdcalc PORTVERSION= 2.15 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units USES= pkgconfig -USE_GNOME= gnomehier libgnomeui +USE_GNOME= libgnomeui GNU_CONFIGURE= yes LDFLAGS+= -lm Modified: head/math/gnumeric/Makefile ============================================================================== --- head/math/gnumeric/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/math/gnumeric/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -4,7 +4,7 @@ PORTNAME= gnumeric PORTVERSION= 1.12.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +22,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ python:2 shebangfix tar:xz -USE_GNOME= gnomehier gnomeprefix intlhack libgsf pygobject3 +USE_GNOME= gnomeprefix intlhack libgsf pygobject3 INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes Modified: head/math/lybniz/Makefile ============================================================================== --- head/math/lybniz/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/math/lybniz/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,7 +3,7 @@ PORTNAME= lybniz PORTVERSION= 1.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils -USE_GNOME= pygtk2 gnomehier +USE_GNOME= pygtk2 post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\ Modified: head/math/mate-calc/Makefile ============================================================================== --- head/math/mate-calc/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/math/mate-calc/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,6 +3,7 @@ PORTNAME= mate-calc PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= math mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,7 +16,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textp PORTSCOUT= limitw:1,even USES= gettext gmake pkgconfig tar:xz -USE_GNOME= glib20 gnomehier gtk20 intlhack libxml2 +USE_GNOME= glib20 gtk20 intlhack libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 CPPFLAGS+= -I${LOCALBASE}/include Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/math/qalculate/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,7 +3,7 @@ PORTNAME= qalculate PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-gtk/${PORTNAME}-gtk-${PORTVERSION} DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} @@ -18,7 +18,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gn wget:${PORTSDIR}/ftp/wget USES= gettext gmake -USE_GNOME= gnomehier libglade2 libgnome +USE_GNOME= libglade2 libgnome GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Modified: head/misc/libisocodes/Makefile ============================================================================== --- head/misc/libisocodes/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/misc/libisocodes/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,6 +3,7 @@ PORTNAME= libisocodes PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ @@ -17,7 +18,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/mi GNU_CONFIGURE= yes USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomehier introspection:build libxml2 +USE_GNOME= glib20 introspection:build libxml2 INSTALL_TARGET= install-strip PLIST_SUB+= VERSION=${PORTVERSION} Modified: head/misc/terraform/Makefile ============================================================================== --- head/misc/terraform/Makefile Sun Dec 21 00:16:45 2014 (r375143) +++ head/misc/terraform/Makefile Sun Dec 21 00:32:19 2014 (r375144) @@ -3,6 +3,7 @@ PORTNAME= terraform PORTVERSION= 0.9.5 +PORTREVISION= 1 DISTVERSIONPREFIX= src- PORTREVISION= 3 CATEGORIES= misc gnome @@ -20,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= pathfix gettext gmake pkgconfig tar:tgz USE_GCC= yes -USE_GNOME= gnomehier libgnomeprintui libgnomeui +USE_GNOME= libgnomeprintui libgnomeui USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412210032.sBL0WKmT057416>