diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:52:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:52:19 +0000 |
commit | f83c7639aafdbe99a7f8bd89780da0b672b58bc3 (patch) | |
tree | 3c8833dfe452b93f6e5e4fc66b78bbafdc950e06 /www | |
parent | d727bd2384bdb114bb29329ecd105fd4475fbc55 (diff) |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes
Notes:
svn path=/head/; revision=428152
Diffstat (limited to 'www')
-rw-r--r-- | www/cssed/Makefile | 2 | ||||
-rw-r--r-- | www/gnome-web-photo/Makefile | 2 | ||||
-rw-r--r-- | www/gstreamer-plugins-neon/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 2 | ||||
-rw-r--r-- | www/libgtkhtml/Makefile | 2 | ||||
-rw-r--r-- | www/mod_python33/Makefile | 2 | ||||
-rw-r--r-- | www/multiwatch/Makefile | 2 | ||||
-rw-r--r-- | www/npapi-vlc/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/www/cssed/Makefile b/www/cssed/Makefile index 8dc92ffc698b..37dc275b5672 100644 --- a/www/cssed/Makefile +++ b/www/cssed/Makefile @@ -3,7 +3,7 @@ PORTNAME= cssed PORTVERSION= 0.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= SF diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile index f4595429f2ca..aa170021e4f7 100644 --- a/www/gnome-web-photo/Makefile +++ b/www/gnome-web-photo/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-web-photo PORTVERSION= 0.10.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GNOME diff --git a/www/gstreamer-plugins-neon/Makefile b/www/gstreamer-plugins-neon/Makefile index 9be0ff5b91f8..b89f6b9b7b4b 100644 --- a/www/gstreamer-plugins-neon/Makefile +++ b/www/gstreamer-plugins-neon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/www/gstreamer-plugins-neon/Makefile,v 1.5 2008/03/19 14:05:38 ahze Exp $ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www COMMENT= Gstreamer neon plugin diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index faaaa0a48c6d..cbaea7fa87d8 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtkhtml3 PORTVERSION= 3.32.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index d77ba8869ed1..e36c127f90fc 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgtkhtml PORTVERSION= 2.11.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/www/mod_python33/Makefile b/www/mod_python33/Makefile index 81f4780d5743..9f42f3199f98 100644 --- a/www/mod_python33/Makefile +++ b/www/mod_python33/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_python PORTVERSION= 3.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www python MASTER_SITES= APACHE_HTTPD/modpython PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/multiwatch/Makefile b/www/multiwatch/Makefile index 31cc39102ed5..d2fb9861116e 100644 --- a/www/multiwatch/Makefile +++ b/www/multiwatch/Makefile @@ -2,7 +2,7 @@ PORTNAME= multiwatch PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/ diff --git a/www/npapi-vlc/Makefile b/www/npapi-vlc/Makefile index a5d274d8122a..4b9551c2be02 100644 --- a/www/npapi-vlc/Makefile +++ b/www/npapi-vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= npapi-vlc PORTVERSION= 2.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vlc-webplugins/${PORTVERSION}/ |