diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /x11-themes | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kdmtheme/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh | 2 | ||||
-rw-r--r-- | x11-themes/polymer/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index 360254580d4e..cf24dfcdb49c 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdmtheme PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \ ${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/} @@ -18,7 +18,7 @@ COMMENT= KDM Theme Manager USE_KDEBASE_VER=3 USE_BZIP2= yes USE_PERL5_BUILD=yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 autoheader:267:env USE_GMAKE= yes pre-configure: diff --git a/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh b/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh index 8f48b6a81a11..ff6bf4b82b82 100644 --- a/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh +++ b/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh @@ -5,7 +5,7 @@ # needed to compile KDE. Do not forget to include the name/version # # separator if one is present, e.g. -1.2 where - is the separator. -KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" -+KDE_AUTOCONF_VERS="-2.62 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" ++KDE_AUTOCONF_VERS="-2.67 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" KDE_AUTOMAKE_VERS="-1.7 17 -1.6" # We don't use variable here for remembering the type ... strings. Local diff --git a/x11-themes/polymer/Makefile b/x11-themes/polymer/Makefile index 0d36edcb3a62..329ff9499197 100644 --- a/x11-themes/polymer/Makefile +++ b/x11-themes/polymer/Makefile @@ -7,7 +7,7 @@ PORTNAME= polymer PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= http://static.int.pl/~mig21/dev/releases/polymer/ \ ${MASTER_SITE_LOCAL} @@ -19,7 +19,7 @@ COMMENT= Qt port of Plastik KDE theme BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_BZIP2= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 USE_QT_VER= 3 USE_LDCONFIG= yes |