svn commit: r446038 - head/www/mod_realdoc

Richard Gallamore ultima at FreeBSD.org
Sun Jul 16 17:20:27 UTC 2017


Author: ultima
Date: Sun Jul 16 17:20:26 2017
New Revision: 446038
URL: https://svnweb.freebsd.org/changeset/ports/446038

Log:
  * Updated to 20170405
  * New maintainer Jov <amutu at amutu.com>
  * Added license, MIT
  * Remove MASTER_SITES, not required
  * Sorted USE_*, Add the USE_* then related variables close together right after it.(13.1.7)[1]
  
  [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
  
  PR:		220552
  Submitted by:	Jov <amutu at amutu.com> (maintainer)
  Reviewed by:	lifanov (mentor)
  Approved by:	lifanov (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11596

Modified:
  head/www/mod_realdoc/Makefile
  head/www/mod_realdoc/distinfo

Modified: head/www/mod_realdoc/Makefile
==============================================================================
--- head/www/mod_realdoc/Makefile	Sun Jul 16 17:03:45 2017	(r446037)
+++ head/www/mod_realdoc/Makefile	Sun Jul 16 17:20:26 2017	(r446038)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	mod_realdoc
-PORTVERSION=	20130701
+PORTVERSION=	20170405
 CATEGORIES=	www
-MASTER_SITES=	http://freebsd.cs.nctu.edu.tw/~gslin/files/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amutu at amutu.com
 COMMENT=	Apache module to support atomic deploys
 
+LICENSE=	MIT
+
+USE_APACHE=	22+
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes
-GH_ACCOUNT=	etsy
-GH_TAGNAME=	4925acc
-USE_APACHE=	22+
 USE_GITHUB=	yes
+GH_ACCOUNT=	etsy
+GH_TAGNAME=	f7fbf65
 
 .include <bsd.port.mk>

Modified: head/www/mod_realdoc/distinfo
==============================================================================
--- head/www/mod_realdoc/distinfo	Sun Jul 16 17:03:45 2017	(r446037)
+++ head/www/mod_realdoc/distinfo	Sun Jul 16 17:20:26 2017	(r446038)
@@ -1,2 +1,3 @@
-SHA256 (etsy-mod_realdoc-20130701-4925acc_GH0.tar.gz) = 02aead5e486e1f9c709d608d76e8851cec5ba83c647249cff20a0ec844bc560a
-SIZE (etsy-mod_realdoc-20130701-4925acc_GH0.tar.gz) = 3163
+TIMESTAMP = 1499489104
+SHA256 (etsy-mod_realdoc-20170405-f7fbf65_GH0.tar.gz) = 5f5e57fd3810ed9b3e24c743396aa46f9e8889d0f2fe7494a94baaa11ac9f0d8
+SIZE (etsy-mod_realdoc-20170405-f7fbf65_GH0.tar.gz) = 4690


More information about the svn-ports-all mailing list