Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 15:29:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477509 - head/graphics/gmic
Message-ID:  <201808181529.w7IFTIlg043786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Aug 18 15:29:18 2018
New Revision: 477509
URL: https://svnweb.freebsd.org/changeset/ports/477509

Log:
  graphics/gmic: Update 2.3.3 -> 2.3.4
  
  Reported by:	portscout

Modified:
  head/graphics/gmic/Makefile
  head/graphics/gmic/distinfo

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sat Aug 18 15:28:22 2018	(r477508)
+++ head/graphics/gmic/Makefile	Sat Aug 18 15:29:18 2018	(r477509)
@@ -1,11 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	gmic
-DISTVERSION=	2.3.3
-PORTREVISION=	1
+DISTVERSION=	2.3.4
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
-DISTFILES=	${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Framework for image processing
@@ -35,6 +34,8 @@ USE_LDCONFIG=	yes
 
 CMAKE_OFF=	BUILD_LIB_STATIC
 CMAKE_ON=	ENABLE_DYNAMIC_LINKING
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 OPTIONS_DEFINE=		PLUGINS X11
 OPTIONS_DEFAULT=	X11

Modified: head/graphics/gmic/distinfo
==============================================================================
--- head/graphics/gmic/distinfo	Sat Aug 18 15:28:22 2018	(r477508)
+++ head/graphics/gmic/distinfo	Sat Aug 18 15:29:18 2018	(r477509)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531081493
-SHA256 (gmic_2.3.3.tar.gz) = 46417d48d9dd87a155ba979667834a7d6899652f097cc25652e0680ee0b13c6a
-SIZE (gmic_2.3.3.tar.gz) = 3691683
+TIMESTAMP = 1534573998
+SHA256 (gmic_2.3.4.tar.gz) = fdcb16ec21673e241de18fb9caece437e51fa1fee34c8613d195ba66d23b51f9
+SIZE (gmic_2.3.4.tar.gz) = 3709284



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