aboutsummaryrefslogtreecommitdiffstats
path: root/audio/exaile
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-04-16 21:18:08 +0800
committerwxs <wxs@FreeBSD.org>2010-04-16 21:18:08 +0800
commit8d2b372a82e8ac4ae441191569ce7146be0d170d (patch)
tree9ebe249a4be3ab2aca59cb855ed66b5a48989719 /audio/exaile
parent1c58d05675a32ed7391d9e3e9cb669ea73d3e894 (diff)
downloadfreebsd-ports-gnome-8d2b372a82e8ac4ae441191569ce7146be0d170d.tar.gz
freebsd-ports-gnome-8d2b372a82e8ac4ae441191569ce7146be0d170d.tar.zst
freebsd-ports-gnome-8d2b372a82e8ac4ae441191569ce7146be0d170d.zip
- Update to 0.3.1.1
PR: ports/145466 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
Diffstat (limited to 'audio/exaile')
-rw-r--r--audio/exaile/Makefile10
-rw-r--r--audio/exaile/distinfo6
-rw-r--r--audio/exaile/files/patch-tools__generate-launcher17
3 files changed, 10 insertions, 23 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index 43d7c92c1365..1f6aebbe071a 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= exaile
-PORTVERSION= 0.3.1.0
-PORTREVISION= 1
+PORTVERSION= ${PORTVERSION_MAJOR}.${PORTVERSION_MINOR}
CATEGORIES= audio
-MASTER_SITES= http://launchpadlibrarian.net/40974604/ \
+MASTER_SITES= http://launchpad.net/${LP_DIR}/ \
http://wickedmachine.net/mirror/
MAINTAINER= jsa@wickedmachine.net
@@ -17,6 +16,7 @@ COMMENT= A full featured python-based music player for GTK+
RUN_DEPENDS= py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
+FETCH_ARGS= -pRr
USE_GNOME= pygtk2 librsvg2
USE_GSTREAMER= python good
USE_PYTHON= 2.5+
@@ -34,6 +34,10 @@ OPTIONS= BAD "Install bad GStreamer plugins" On \
NLS "Native Language Support" On \
SEXY "UI enhancements" On
+PORTVERSION_MAJOR= 0.3.1
+PORTVERSION_MINOR= 1
+LP_DIR= ${PORTNAME}/${PORTVERSION_MAJOR}/${PORTVERSION}/+download
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_BAD)
diff --git a/audio/exaile/distinfo b/audio/exaile/distinfo
index e7abf312c19c..cb7d2214c16f 100644
--- a/audio/exaile/distinfo
+++ b/audio/exaile/distinfo
@@ -1,3 +1,3 @@
-MD5 (exaile-0.3.1.0.tar.gz) = e9554ee9bb49af3d1b3a8570e51a27da
-SHA256 (exaile-0.3.1.0.tar.gz) = 68239fc40da23ba72327b10352a351ea00389955d631b96f69ae04a9861662f0
-SIZE (exaile-0.3.1.0.tar.gz) = 1899451
+MD5 (exaile-0.3.1.1.tar.gz) = 4f0e6ce72249027d69653456a0707c57
+SHA256 (exaile-0.3.1.1.tar.gz) = e785e08dcf4b7392cfd608118732f2365e9cd5374eed7d473e814208f23e1e3c
+SIZE (exaile-0.3.1.1.tar.gz) = 1897993
diff --git a/audio/exaile/files/patch-tools__generate-launcher b/audio/exaile/files/patch-tools__generate-launcher
deleted file mode 100644
index 52850a9bb31f..000000000000
--- a/audio/exaile/files/patch-tools__generate-launcher
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./tools/generate-launcher.orig 2010-03-16 08:29:13.000000000 -0400
-+++ ./tools/generate-launcher 2010-03-16 08:35:43.000000000 -0400
-@@ -8,10 +8,12 @@
- PREFIX=${2:-/usr/local}
- LIBDIR=${3:-/lib}
-
--if (which readlink > /dev/null); then
-+if (which realpath > /dev/null); then
-+ PREFIX=`realpath $PREFIX`
-+elif (which readlink > /dev/null); then
- PREFIX=`readlink -f $PREFIX`
- elif test "${PREFIX:0:1}" != "/"; then
-- echo "Please install using an absolute path for a prefix, or install readlink"
-+ echo "Please use an absolute path for PREFIX, or install either realpath or readlink"
- exit 1
- fi
-