Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 02:34:07 +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: r422587 - in head/graphics/hugin: . files
Message-ID:  <201609220234.u8M2Y75a068914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog
Date: Thu Sep 22 02:34:07 2016
New Revision: 422587
URL: https://svnweb.freebsd.org/changeset/ports/422587

Log:
  Update to 2016.2.0.
  
  MFC after:	2 weeks

Deleted:
  head/graphics/hugin/files/patch-src__hugin_script_interface__CMakeLists.txt
  head/graphics/hugin/files/patch-src__tools__align_image_stack.cpp
  head/graphics/hugin/files/patch-src_hugin__cpfind_localfeatures_RansacFiltering.cpp
Modified:
  head/graphics/hugin/Makefile
  head/graphics/hugin/distinfo
  head/graphics/hugin/pkg-plist

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Wed Sep 21 21:37:40 2016	(r422586)
+++ head/graphics/hugin/Makefile	Thu Sep 22 02:34:07 2016	(r422587)
@@ -2,8 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	hugin
-PORTVERSION=	2016.0.0
-PORTREVISION=	3
+PORTVERSION=	2016.2.0
+DISTVERSION=	2016.2.0
+WRKSRC=		${WRKDIR}/hugin-2016.2.0
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
@@ -29,7 +31,7 @@ RUN_DEPENDS=	enblend>=4.1.4:graphics/enb
 USES=		cmake compiler:c++11-lib desktop-file-utils \
 		gettext jpeg pkgconfig shared-mime-info tar:bzip2
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
-USE_WX=		2.8+
+USE_WX=		3.0+
 USE_GL=		glew glut
 INSTALLS_ICONS=	yes
 

Modified: head/graphics/hugin/distinfo
==============================================================================
--- head/graphics/hugin/distinfo	Wed Sep 21 21:37:40 2016	(r422586)
+++ head/graphics/hugin/distinfo	Thu Sep 22 02:34:07 2016	(r422587)
@@ -1,2 +1,3 @@
-SHA256 (hugin-2016.0.0.tar.bz2) = b030b05b248b583cf9a26817f5b350303e3ce2c8bc4b43d45f697fbdf55b65e6
-SIZE (hugin-2016.0.0.tar.bz2) = 10508576
+TIMESTAMP = 1474439221
+SHA256 (hugin-2016.2.0.tar.bz2) = 54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15
+SIZE (hugin-2016.2.0.tar.bz2) = 10386216

Modified: head/graphics/hugin/pkg-plist
==============================================================================
--- head/graphics/hugin/pkg-plist	Wed Sep 21 21:37:40 2016	(r422586)
+++ head/graphics/hugin/pkg-plist	Thu Sep 22 02:34:07 2016	(r422587)
@@ -14,7 +14,7 @@
 %%DATADIR%%/xrc/cp_editor_panel.xrc
 %%DATADIR%%/xrc/cp_list_frame.xrc
 %%DATADIR%%/xrc/cpdetector_dialog.xrc
-%%DATADIR%%/xrc/data/COPYING
+%%DATADIR%%/xrc/data/COPYING.txt
 %%DATADIR%%/xrc/data/about.htm
 %%DATADIR%%/xrc/data/add_project.png
 %%DATADIR%%/xrc/data/add_projects.png



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