svn commit: r426209 - branches/2016Q4/audio/cueplayer

Jason E. Hale jhale at FreeBSD.org
Wed Nov 16 01:45:13 UTC 2016


Author: jhale
Date: Wed Nov 16 01:45:11 2016
New Revision: 426209
URL: https://svnweb.freebsd.org/changeset/ports/426209

Log:
  MFH: r426208
  
  Fix fetch
  Move LICENSE earlier
  
  Approved by:	portmgr (blanket)
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2016Q4/audio/cueplayer/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/audio/cueplayer/Makefile
==============================================================================
--- branches/2016Q4/audio/cueplayer/Makefile	Wed Nov 16 01:43:27 2016	(r426208)
+++ branches/2016Q4/audio/cueplayer/Makefile	Wed Nov 16 01:45:11 2016	(r426209)
@@ -5,12 +5,12 @@ PORTNAME=	cueplayer
 PORTVERSION=	0.28
 PORTREVISION=	3
 CATEGORIES=	audio
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-src
 
 MAINTAINER=	vg at FreeBSD.org
 COMMENT=	CUE player
 
-BROKEN=		Unfetchable (google code has gone away)
+LICENSE=	GPLv3
 
 LIB_DEPENDS=	libnotify.so:devel/libnotify
 
@@ -19,8 +19,6 @@ USE_QT4=	gui xml uic_build moc_build rcc
 USE_GSTREAMER=	flac good dvd lame ugly ffmpeg taglib ogg vorbis soup libmms wavpack
 USE_XORG=	x11
 
-LICENSE=	GPLv3
-
 DESKTOP_ENTRIES="Cueplayer" "Lightweight media player based on Qt and Gstreamer" \
 		"${DATADIR}/${PORTNAME}.png" "${PORTNAME}" \
 		"AudioVideo;Audio;Video;" true


More information about the svn-ports-all mailing list