Summary: | [Maintainer Update] www/mohawk to 2.0.7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | mohawk | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
mohawk
2013-06-19 21:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it. 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" State Changed From-To: open->closed Committed, with minor changes. Thanks! |