Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2018 20:48:30 +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: r474199 - head/graphics/gmic
Message-ID:  <201807082048.w68KmUdP096148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jul  8 20:48:29 2018
New Revision: 474199
URL: https://svnweb.freebsd.org/changeset/ports/474199

Log:
  graphics/gmic: Change github to tarballs.
  
  This fixes the problem of dependency on the volatile distfile
  and simplifies the port.

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

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sun Jul  8 20:47:58 2018	(r474198)
+++ head/graphics/gmic/Makefile	Sun Jul  8 20:48:29 2018	(r474199)
@@ -1,13 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	gmic
-DISTVERSIONPREFIX=	v.
 DISTVERSION=	2.3.3
 CATEGORIES=	graphics
-MASTER_SITES=	http://gmic.eu/:gmic_stdlib
-DISTFILES=	gmic_stdlib.h:gmic_stdlib
-DIST_SUBDIR=	${PORTNAME}-${DISTVERSIONFULL}
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES=	https://gmic.eu/files/source/
+DISTFILES=	${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Framework for image processing
@@ -33,8 +30,6 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 PORTSCOUT=	limit:[0-9]\..* # not v.220 and similar
 
 USES=		cmake:outsource compiler:c++11-lang jpeg pkgconfig
-USE_GITHUB=	yes
-GH_ACCOUNT=	dtschump
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	BUILD_LIB_STATIC
@@ -52,8 +47,5 @@ PLUGINS_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontco
 
 X11_CMAKE_BOOL=		ENABLE_X
 X11_USE=		XORG=ice,sm,x11,xext
-
-post-extract:
-	@${CP} ${DISTDIR}/${DIST_SUBDIR}/gmic_stdlib.h ${WRKSRC}/src/
 
 .include <bsd.port.mk>

Modified: head/graphics/gmic/distinfo
==============================================================================
--- head/graphics/gmic/distinfo	Sun Jul  8 20:47:58 2018	(r474198)
+++ head/graphics/gmic/distinfo	Sun Jul  8 20:48:29 2018	(r474199)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1530781886
-SHA256 (gmic-v.2.3.3/gmic_stdlib.h) = 0f62094ad7ada66a136fb47ed61c76e6bede172f814ac45bf81b82c7cd48fbbe
-SIZE (gmic-v.2.3.3/gmic_stdlib.h) = 1850936
-SHA256 (gmic-v.2.3.3/dtschump-gmic-v.2.3.3_GH0.tar.gz) = 0c3745a4c6ef9db0995f2f1f377e20601e002a4a4394c8fbfbee1451fd7fabb3
-SIZE (gmic-v.2.3.3/dtschump-gmic-v.2.3.3_GH0.tar.gz) = 39070460
+TIMESTAMP = 1531081493
+SHA256 (gmic_2.3.3.tar.gz) = 46417d48d9dd87a155ba979667834a7d6899652f097cc25652e0680ee0b13c6a
+SIZE (gmic_2.3.3.tar.gz) = 3691683



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