ports/160077: Update port: audio/gxmms2

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 24 18:50:13 UTC 2011


>Number:         160077
>Category:       ports
>Synopsis:       Update port: audio/gxmms2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 18:50:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/gxmms2/Makefile audio/gxmms2/Makefile
--- /usr/ports/audio/gxmms2/Makefile	2011-02-26 03:14:40.000000000 +0900
+++ audio/gxmms2/Makefile	2011-08-20 03:43:46.000000000 +0900
@@ -8,18 +8,23 @@
 PORTNAME=	gxmms2
 PORTVERSION=	0.7.1
 CATEGORIES=	audio
-DISTFILES=	${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
-MASTER_SITES=	http://ftp.de.debian.org/debian/pool/main/g/gxmms2/
+MASTER_SITES=	DEBIAN
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A GTK2 based XMMS2 client, written in C
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	xmmsclient.6:${PORTSDIR}/audio/xmms2
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 USE_GNOME=	gtk20
 USE_GMAKE=	yes
-
 ALL_TARGET=	${PORTNAME}
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/gxmms2 \
 		%%DATADIR%%/gxmms2_mini.xpm
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list