svn commit: r330456 - head/misc/xdelta3

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Oct 15 20:25:25 UTC 2013


Author: danilo
Date: Tue Oct 15 20:25:25 2013
New Revision: 330456
URL: http://svnweb.freebsd.org/changeset/ports/330456

Log:
  - Add PKGNAMESUFFIX to fix package collision
  
  Approved by:	wg (mentor)

Modified:
  head/misc/xdelta3/Makefile

Modified: head/misc/xdelta3/Makefile
==============================================================================
--- head/misc/xdelta3/Makefile	Tue Oct 15 20:14:38 2013	(r330455)
+++ head/misc/xdelta3/Makefile	Tue Oct 15 20:25:25 2013	(r330456)
@@ -6,6 +6,7 @@ PORTVERSION=	3.0.7
 PORTEPOCH=	1
 CATEGORIES?=	misc devel
 MASTER_SITES=	GOOGLE_CODE
+PKGNAMESUFFIX=	3
 DISTNAME=	${PORTNAME}3-${PORTVERSION}
 
 MAINTAINER=	danilo at FreeBSD.org


More information about the svn-ports-all mailing list