svn commit: r362629 - in head: audio/amarok-kde4 audio/clementine-player audio/gtkpod audio/last.fm audio/libgpod audio/rhythmbox graphics/kipi-plugin-ipodexport multimedia/gnome-mplayer sysutils/f...
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 23 07:02:57 UTC 2014
Author: amdmi3
Date: Wed Jul 23 07:02:54 2014
New Revision: 362629
URL: http://svnweb.freebsd.org/changeset/ports/362629
QAT: https://qat.redports.org/buildarchive/r362629/
Log:
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Modified:
head/audio/amarok-kde4/Makefile
head/audio/clementine-player/Makefile
head/audio/gtkpod/Makefile
head/audio/last.fm/Makefile
head/audio/libgpod/Makefile
head/audio/libgpod/pkg-plist
head/audio/rhythmbox/Makefile
head/graphics/kipi-plugin-ipodexport/Makefile
head/multimedia/gnome-mplayer/Makefile
head/sysutils/fusefs-pod/Makefile
Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/amarok-kde4/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -3,6 +3,7 @@
PORTNAME= amarok
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/clementine-player/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -3,7 +3,7 @@
PORTNAME= clementine
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
PKGNAMESUFFIX= -player
Modified: head/audio/gtkpod/Makefile
==============================================================================
--- head/audio/gtkpod/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/gtkpod/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -3,7 +3,7 @@
PORTNAME= gtkpod
PORTVERSION= 1.0.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
Modified: head/audio/last.fm/Makefile
==============================================================================
--- head/audio/last.fm/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/last.fm/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -4,7 +4,7 @@
PORTNAME= last.fm
PORTVERSION= 1.5.4.26862
DISTVERSIONSUFFIX= .src
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio net
MASTER_SITES= http://cdn.last.fm/client/src/
Modified: head/audio/libgpod/Makefile
==============================================================================
--- head/audio/libgpod/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/libgpod/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -3,7 +3,7 @@
PORTNAME= libgpod
PORTVERSION= 0.8.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
@@ -18,7 +18,7 @@ LIB_DEPENDS= libplist.so:${PORTSDIR}/dev
USE_GNOME= gdkpixbuf2 gtk20
USE_SQLITE= 3
-USES= tar:bzip2 gettext gmake pathfix pkgconfig
+USES= tar:bzip2 gettext gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-udev --without-hal \
--with-html-dir="${DOCSDIR:H}"
Modified: head/audio/libgpod/pkg-plist
==============================================================================
--- head/audio/libgpod/pkg-plist Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/libgpod/pkg-plist Wed Jul 23 07:02:54 2014 (r362629)
@@ -1,9 +1,9 @@
bin/ipod-read-sysinfo-extended
include/gpod-1.0/gpod/itdb.h
lib/libgpod.a
-lib/libgpod.la
lib/libgpod.so
-lib/libgpod.so.7
+lib/libgpod.so.4
+lib/libgpod.so.4.3.2
%%MONO%%lib/libgpod/libgpod-sharp-test.exe
%%MONO%%lib/libgpod/libgpod-sharp-test.exe.mdb
%%MONO%%lib/libgpod/libgpod-sharp.dll
@@ -12,7 +12,6 @@ lib/libgpod.so.7
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/__init__.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/__init__.pyc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/__init__.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/_gpod.la
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/_gpod.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/gpod.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/gpod.pyc
Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/audio/rhythmbox/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -4,7 +4,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.12.8
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
Modified: head/graphics/kipi-plugin-ipodexport/Makefile
==============================================================================
--- head/graphics/kipi-plugin-ipodexport/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/graphics/kipi-plugin-ipodexport/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -2,7 +2,7 @@
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics kde
MAINTAINER= kde at FreeBSD.org
Modified: head/multimedia/gnome-mplayer/Makefile
==============================================================================
--- head/multimedia/gnome-mplayer/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/multimedia/gnome-mplayer/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -3,7 +3,7 @@
PORTNAME= gnome-mplayer
PORTVERSION= 1.0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia gnome
MASTER_SITES= GOOGLE_CODE
Modified: head/sysutils/fusefs-pod/Makefile
==============================================================================
--- head/sysutils/fusefs-pod/Makefile Wed Jul 23 06:58:40 2014 (r362628)
+++ head/sysutils/fusefs-pod/Makefile Wed Jul 23 07:02:54 2014 (r362629)
@@ -3,7 +3,7 @@
PORTNAME= pod
PORTVERSION= 0.5.2
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= sysutils audio
MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION}
PKGNAMEPREFIX= fusefs-
More information about the svn-ports-all
mailing list