svn commit: r301225 - head/audio/xmms2

Christian Weisgerber naddy at FreeBSD.org
Fri Jul 20 13:27:11 UTC 2012


Author: naddy
Date: Fri Jul 20 13:27:10 2012
New Revision: 301225
URL: http://svn.freebsd.org/changeset/ports/301225

Log:
  Make PORTREVISION overridable by slave ports.  Fixes version numbers
  going backwards for {cpp,py,ruby}-xmms2 as reported by pointyhat.

Modified:
  head/audio/xmms2/Makefile

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Fri Jul 20 13:21:57 2012	(r301224)
+++ head/audio/xmms2/Makefile	Fri Jul 20 13:27:10 2012	(r301225)
@@ -7,7 +7,7 @@
 
 PORTNAME?=	xmms2
 PORTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION?=	1
 DISTVERSIONSUFFIX=DrO_o
 CATEGORIES?=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}



More information about the svn-ports-all mailing list