Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 17:13:04 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321406 - head/www/mohawk
Message-ID:  <201306201713.r5KHD4hp003378@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Thu Jun 20 17:13:03 2013
New Revision: 321406
URL: http://svnweb.freebsd.org/changeset/ports/321406

Log:
  - Add Fossil's uuid otherwise fetch will break after upstream's next commit
  
  PR:		ports/179732
  Submitted by:	mohawk@bsdsx.fr (maintainer)

Modified:
  head/www/mohawk/Makefile
  head/www/mohawk/distinfo

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Thu Jun 20 17:09:09 2013	(r321405)
+++ head/www/mohawk/Makefile	Thu Jun 20 17:13:03 2013	(r321406)
@@ -6,6 +6,7 @@ PORTVERSION=	2.0.7
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://fossil.etoilebsd.net/mohawk/tarball/ \
 		http://fossil.bsdsx.fr/mohawk/tarball/
+DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${PORTVERSION}
 
 MAINTAINER=	mohawk@bsdsx.fr
 COMMENT=	Simple and lightweight HTTP daemon

Modified: head/www/mohawk/distinfo
==============================================================================
--- head/www/mohawk/distinfo	Thu Jun 20 17:09:09 2013	(r321405)
+++ head/www/mohawk/distinfo	Thu Jun 20 17:13:03 2013	(r321406)
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.7.tar.gz) = 41db3f33d6c37f4345989512b7b966d8f6a919ce4f348b5b55f27f1b1430856e
-SIZE (mohawk-2.0.7.tar.gz) = 36376
+SHA256 (mohawk-2.0.7.tar.gz?uuid=2.0.7) = 41db3f33d6c37f4345989512b7b966d8f6a919ce4f348b5b55f27f1b1430856e
+SIZE (mohawk-2.0.7.tar.gz?uuid=2.0.7) = 36376



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