Bug 179732 - [Maintainer Update] www/mohawk to 2.0.7
Summary: [Maintainer Update] www/mohawk to 2.0.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-19 21:30 UTC by mohawk
Modified: 2013-06-20 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (847 bytes, patch)
2013-06-19 21:30 UTC, mohawk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mohawk 2013-06-19 21:30:00 UTC
	Fix DISTFILES
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-06-20 08:53:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-20 18:13:15 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-06-20 18:13:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!