svn commit: r410105 - head/graphics/hugin-2016

Mathieu Arnold mat at FreeBSD.org
Fri Mar 4 12:24:38 UTC 2016


Author: mat
Date: Fri Mar  4 12:24:36 2016
New Revision: 410105
URL: https://svnweb.freebsd.org/changeset/ports/410105

Log:
  Fix dupplicate PKGBASE.
  
  Pointy hat to:	grog
  Noticed by:	antoine
  Sponsored by:	Absolight

Modified:
  head/graphics/hugin-2016/Makefile

Modified: head/graphics/hugin-2016/Makefile
==============================================================================
--- head/graphics/hugin-2016/Makefile	Fri Mar  4 12:17:52 2016	(r410104)
+++ head/graphics/hugin-2016/Makefile	Fri Mar  4 12:24:36 2016	(r410105)
@@ -8,6 +8,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	https://launchpad.net/hugin/2016.0/2016.0rc1/+download/
 DISTFILES=	hugin-2016.0.0_rc1.tar.bz2
 WRKSRC=		${WRKDIR}/hugin-2016.0.0
+PKGNAMESUFFIX=	-2016
 
 MAINTAINER=	grog at FreeBSD.org
 COMMENT=	GUI for Panorama Tools, to stitch panoramic images


More information about the svn-ports-all mailing list