Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2016 01:40:30 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410075 - in head/graphics/hugin-2016: . files
Message-ID:  <201603040140.u241eUio063259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog (src committer)
Date: Fri Mar  4 01:40:29 2016
New Revision: 410075
URL: https://svnweb.freebsd.org/changeset/ports/410075

Log:
  New port hugin-2016, bleeding edge version of graphics/hugin.
  Repo-copied version.

Added:
  head/graphics/hugin-2016/
     - copied from r410061, head/graphics/hugin/
Deleted:
  head/graphics/hugin-2016/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp
  head/graphics/hugin-2016/files/patch-src__tools__tca_correct.cpp
Modified:
  head/graphics/hugin-2016/Makefile
  head/graphics/hugin-2016/distinfo
  head/graphics/hugin-2016/pkg-descr

Modified: head/graphics/hugin-2016/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Thu Mar  3 17:00:55 2016	(r410061)
+++ head/graphics/hugin-2016/Makefile	Fri Mar  4 01:40:29 2016	(r410075)
@@ -2,10 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	hugin
-PORTVERSION=	2015.0.0
-PORTREVISION=	6
+DISTVERSION=	2016.0.0.r1
+PORTREVISION=	0
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
+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
 
 MAINTAINER=	grog@FreeBSD.org
 COMMENT=	GUI for Panorama Tools, to stitch panoramic images
@@ -21,7 +23,7 @@ LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/gr
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 # gmake is really needed at _runtime_.   Do not remove it from this list.
-RUN_DEPENDS=	enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \
+RUN_DEPENDS=	enblend>=4.1.4:${PORTSDIR}/graphics/enblend \
 		exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \
 		gmake:${PORTSDIR}/devel/gmake
 

Modified: head/graphics/hugin-2016/distinfo
==============================================================================
--- head/graphics/hugin/distinfo	Thu Mar  3 17:00:55 2016	(r410061)
+++ head/graphics/hugin-2016/distinfo	Fri Mar  4 01:40:29 2016	(r410075)
@@ -1,2 +1,2 @@
-SHA256 (hugin-2015.0.0.tar.bz2) = 2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd
-SIZE (hugin-2015.0.0.tar.bz2) = 10611519
+SHA256 (hugin-2016.0.0_rc1.tar.bz2) = 1be18902e70d541a8b2d2855cff7ccd8ce5bdc3836a6185a5d94262392b4f533
+SIZE (hugin-2016.0.0_rc1.tar.bz2) = 10507908

Modified: head/graphics/hugin-2016/pkg-descr
==============================================================================
--- head/graphics/hugin/pkg-descr	Thu Mar  3 17:00:55 2016	(r410061)
+++ head/graphics/hugin-2016/pkg-descr	Fri Mar  4 01:40:29 2016	(r410075)
@@ -4,4 +4,12 @@ With hugin you can assemble a mosaic of 
 immersive panorama, stitch any series of overlapping pictures and much
 more.
 
+The standard port for hugin is graphics/hugin.  This version is the
+release candidate (RC1) for the 2016.0.0 version.  When it is
+released, the graphics/hugin port will be updated to install it, and
+this version will go away.
+
+If you run into problems with this version, please report them on the
+https://groups.google.com/forum/#!forum/hugin-ptx forum.
+
 WWW: http://hugin.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603040140.u241eUio063259>