svn commit: r421227 - head/www/varnish-modules

Mathieu Arnold mat at FreeBSD.org
Thu Sep 1 14:27:13 UTC 2016


Author: mat
Date: Thu Sep  1 14:27:11 2016
New Revision: 421227
URL: https://svnweb.freebsd.org/changeset/ports/421227

Log:
  Fix build & GitHub usage.
  
  Sponsored by:	Absolight

Modified:
  head/www/varnish-modules/Makefile   (contents, props changed)
  head/www/varnish-modules/distinfo   (contents, props changed)

Modified: head/www/varnish-modules/Makefile
==============================================================================
--- head/www/varnish-modules/Makefile	Thu Sep  1 14:25:22 2016	(r421226)
+++ head/www/varnish-modules/Makefile	Thu Sep  1 14:27:11 2016	(r421227)
@@ -1,11 +1,10 @@
 # Created by: Mark Felder <feld at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	modules
+PORTNAME=	varnish-modules
+DISTVERSIONPREFIX=	varnish-modules-
 DISTVERSION=	0.9.1
 CATEGORIES=	www
-PKGNAMEPREFIX=	varnish-
-DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Collection of Varnish Cache modules by Varnish Software
@@ -24,12 +23,9 @@ INSTALL_TARGET=	install-strip
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	varnish
-GH_TAGNAME=	varnish-modules-${DISTVERSION}
 
 MAKE_JOBS_UNSAFE=	yes
 
-WRKSRC=	${WRKDIR}/varnish-modules-varnish-modules-${DISTVERSION}
-
 pre-configure:
 	cd ${WRKSRC} && ./bootstrap
 

Modified: head/www/varnish-modules/distinfo
==============================================================================
--- head/www/varnish-modules/distinfo	Thu Sep  1 14:25:22 2016	(r421226)
+++ head/www/varnish-modules/distinfo	Thu Sep  1 14:27:11 2016	(r421227)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469368533
-SHA256 (varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728
-SIZE (varnish-modules-0.9.1_GH0.tar.gz) = 46364
+TIMESTAMP = 1472739997
+SHA256 (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728
+SIZE (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 46364


More information about the svn-ports-all mailing list