Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 14:27:12 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421227 - head/www/varnish-modules
Message-ID:  <201609011427.u81ERCeQ005954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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