svn commit: r366746 - in head: converters/fribidi converters/p5-Text-Bidi converters/pecl-fribidi deskutils/fbreader devel/m17n-lib editors/abiword games/fillets-ng games/glob2 games/supertuxkart g...
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 31 11:54:24 UTC 2014
Author: tijl
Date: Sun Aug 31 11:54:16 2014
New Revision: 366746
URL: http://svnweb.freebsd.org/changeset/ports/366746
QAT: https://qat.redports.org/buildarchive/r366746/
Log:
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Modified:
head/converters/fribidi/Makefile
head/converters/fribidi/pkg-plist
head/converters/p5-Text-Bidi/Makefile
head/converters/pecl-fribidi/Makefile
head/deskutils/fbreader/Makefile
head/devel/m17n-lib/Makefile
head/editors/abiword/Makefile
head/games/fillets-ng/Makefile
head/games/glob2/Makefile
head/games/supertuxkart/Makefile
head/games/tuxpaint/Makefile
head/games/warmux/Makefile
head/games/warzone2100/Makefile
head/games/wesnoth/Makefile
head/graphics/cegui/Makefile
head/graphics/evas-core/Makefile
head/graphics/mapserver/Makefile
head/graphics/quesoglc/Makefile
head/graphics/reallyslick/Makefile
head/multimedia/dvdauthor/Makefile
head/multimedia/handbrake/Makefile
head/multimedia/libass/Makefile
head/multimedia/mencoder/Makefile
head/multimedia/mplayer/Makefile
head/multimedia/plexhometheater/Makefile
head/multimedia/vlc/Makefile
head/multimedia/xbmc/Makefile
head/net-im/centerim-devel/Makefile
head/net-im/centerim/Makefile
head/x11-wm/fvwm2/Makefile
head/x11-wm/jwm/Makefile
head/x11/metisse/Makefile
head/x11/mlterm/Makefile
Modified: head/converters/fribidi/Makefile
==============================================================================
--- head/converters/fribidi/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/converters/fribidi/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,19 +3,18 @@
PORTNAME= fribidi
PORTVERSION= 0.19.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://fribidi.org/download/
MAINTAINER= gnome at FreeBSD.org
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
-USES= pathfix gmake
+USES= gmake libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-glib
-
-.include <bsd.port.pre.mk>
+INSTALL_TARGET= install-strip
.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+=--disable-debug
@@ -28,4 +27,4 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/fribidi-config ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/converters/fribidi/pkg-plist
==============================================================================
--- head/converters/fribidi/pkg-plist Sun Aug 31 11:02:46 2014 (r366745)
+++ head/converters/fribidi/pkg-plist Sun Aug 31 11:54:16 2014 (r366746)
@@ -22,9 +22,9 @@ include/fribidi/fribidi-unicode-version.
include/fribidi/fribidi-unicode.h
include/fribidi/fribidi.h
lib/libfribidi.a
-lib/libfribidi.la
lib/libfribidi.so
-lib/libfribidi.so.3
+lib/libfribidi.so.0
+lib/libfribidi.so.0.3.1
libdata/pkgconfig/fribidi.pc
man/man3/fribidi_charset_to_unicode.3.gz
man/man3/fribidi_debug_status.3.gz
Modified: head/converters/p5-Text-Bidi/Makefile
==============================================================================
--- head/converters/p5-Text-Bidi/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/converters/p5-Text-Bidi/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= Text-Bidi
PORTVERSION= 2.09
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/converters/pecl-fribidi/Makefile
==============================================================================
--- head/converters/pecl-fribidi/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/converters/pecl-fribidi/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= fribidi
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= converters pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
Modified: head/deskutils/fbreader/Makefile
==============================================================================
--- head/deskutils/fbreader/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/deskutils/fbreader/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -4,7 +4,7 @@
PORTNAME= fbreader
PORTVERSION= 0.99.4
DISTVERSIONPREFIX= sources-
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= http://www.fbreader.org/files/desktop/ \
http://old.fbreader.org/
Modified: head/devel/m17n-lib/Makefile
==============================================================================
--- head/devel/m17n-lib/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/devel/m17n-lib/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= m17n-lib
PORTVERSION= 1.6.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel textproc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= m17n
Modified: head/editors/abiword/Makefile
==============================================================================
--- head/editors/abiword/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/editors/abiword/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -4,7 +4,7 @@
PORTNAME= abiword
PORTVERSION= 2.8.6
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
Modified: head/games/fillets-ng/Makefile
==============================================================================
--- head/games/fillets-ng/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/fillets-ng/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= fillets-ng
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${PORTVERSION}:source \
SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${DATAVERSION}:data
Modified: head/games/glob2/Makefile
==============================================================================
--- head/games/glob2/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/glob2/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= glob2
PORTVERSION= 0.9.4.4
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/
Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/supertuxkart/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= supertuxkart
PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/supertuxkart/SuperTuxKart/${PORTVERSION}
EXTRACT_SUFX= -src.tar.bz2
Modified: head/games/tuxpaint/Makefile
==============================================================================
--- head/games/tuxpaint/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/tuxpaint/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= tuxpaint
PORTVERSION= 0.9.21
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF
Modified: head/games/warmux/Makefile
==============================================================================
--- head/games/warmux/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/warmux/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= warmux
DISTVERSION= 11.04.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://download.gna.org/${PORTNAME}/ \
http://download.gna.org/${PORTNAME}/archive/
Modified: head/games/warzone2100/Makefile
==============================================================================
--- head/games/warzone2100/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/warzone2100/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -2,7 +2,7 @@
PORTNAME= warzone2100
PORTVERSION= 3.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/
Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/games/wesnoth/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -2,7 +2,7 @@
PORTNAME= wesnoth
PORTVERSION= 1.10.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
http://files.wesnoth.org/
Modified: head/graphics/cegui/Makefile
==============================================================================
--- head/graphics/cegui/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/graphics/cegui/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= cegui
PORTVERSION= 0.8.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics devel
MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8
Modified: head/graphics/evas-core/Makefile
==============================================================================
--- head/graphics/evas-core/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/graphics/evas-core/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= core
PORTVERSION= 1.7.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
LOCAL/gblach/e17/
Modified: head/graphics/mapserver/Makefile
==============================================================================
--- head/graphics/mapserver/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/graphics/mapserver/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= mapserver
PORTVERSION= 6.4.1
+PORTREVISION= 1
CATEGORIES= graphics www geography
MASTER_SITES= http://download.osgeo.org/mapserver/
Modified: head/graphics/quesoglc/Makefile
==============================================================================
--- head/graphics/quesoglc/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/graphics/quesoglc/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= quesoglc
PORTVERSION= 0.7.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION}
Modified: head/graphics/reallyslick/Makefile
==============================================================================
--- head/graphics/reallyslick/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/graphics/reallyslick/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= reallyslick
PORTVERSION= 0.9.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
DISTNAME= rss-glx_${PORTVERSION}
Modified: head/multimedia/dvdauthor/Makefile
==============================================================================
--- head/multimedia/dvdauthor/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/dvdauthor/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.7.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= SF
Modified: head/multimedia/handbrake/Makefile
==============================================================================
--- head/multimedia/handbrake/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/handbrake/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= handbrake
PORTVERSION= 0.9.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
http://download.handbrake.fr/handbrake/contrib/:contrib
Modified: head/multimedia/libass/Makefile
==============================================================================
--- head/multimedia/libass/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/libass/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -2,7 +2,7 @@
PORTNAME= libass
PORTVERSION= 0.11.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia devel
MAINTAINER= multimedia at FreeBSD.org
Modified: head/multimedia/mencoder/Makefile
==============================================================================
--- head/multimedia/mencoder/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/mencoder/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION}
+PORTREVISION= 1
COMMENT= Convenient video file and movie encoder
Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/mplayer/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}
+PORTREVISION= 1
COMMENT= High performance media player supporting many formats
Modified: head/multimedia/plexhometheater/Makefile
==============================================================================
--- head/multimedia/plexhometheater/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/plexhometheater/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -2,7 +2,7 @@
PORTNAME= plexhometheater
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= woodsb02 at gmail.com
Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/vlc/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 2.1.5
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
Modified: head/multimedia/xbmc/Makefile
==============================================================================
--- head/multimedia/xbmc/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/multimedia/xbmc/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -2,7 +2,7 @@
PORTNAME= xbmc
DISTVERSION= 13.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://mirrors.xbmc.org/releases/source/
Modified: head/net-im/centerim-devel/Makefile
==============================================================================
--- head/net-im/centerim-devel/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/net-im/centerim-devel/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= centerim
PORTVERSION= 4.22.10.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://www.centerim.org/download/mobshots/ \
ftp://ftp.centerim.org/mobshots/
Modified: head/net-im/centerim/Makefile
==============================================================================
--- head/net-im/centerim/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/net-im/centerim/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= centerim
PORTVERSION= 4.22.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.centerim.org/download/releases/ \
ftp://ftp.centerim.org/releases/
Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/x11-wm/fvwm2/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= fvwm
PORTVERSION= 2.6.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/
Modified: head/x11-wm/jwm/Makefile
==============================================================================
--- head/x11-wm/jwm/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/x11-wm/jwm/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= jwm
PORTVERSION= 2.2.2
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://joewing.net/programs/jwm/releases/
Modified: head/x11/metisse/Makefile
==============================================================================
--- head/x11/metisse/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/x11/metisse/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,7 +3,7 @@
PORTNAME= metisse
PORTVERSION= 0.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://insitu.lri.fr/metisse/download/metisse/
Modified: head/x11/mlterm/Makefile
==============================================================================
--- head/x11/mlterm/Makefile Sun Aug 31 11:02:46 2014 (r366745)
+++ head/x11/mlterm/Makefile Sun Aug 31 11:54:16 2014 (r366746)
@@ -3,6 +3,7 @@
PORTNAME= mlterm
PORTVERSION= 3.3.7
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
More information about the svn-ports-all
mailing list