svn commit: r494254 - head/www/stagit

Tobias Kortkamp tobik at FreeBSD.org
Fri Mar 1 10:27:52 UTC 2019


Author: tobik
Date: Fri Mar  1 10:27:50 2019
New Revision: 494254
URL: https://svnweb.freebsd.org/changeset/ports/494254

Log:
  www/stagit: Update to 0.9.1
  
  - Move MASTER_SITES, WWW to new home
  
  Changes:	https://codemadness.org/git/stagit/log.html

Modified:
  head/www/stagit/Makefile
  head/www/stagit/distinfo
  head/www/stagit/pkg-descr

Modified: head/www/stagit/Makefile
==============================================================================
--- head/www/stagit/Makefile	Fri Mar  1 10:10:40 2019	(r494253)
+++ head/www/stagit/Makefile	Fri Mar  1 10:27:50 2019	(r494254)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	stagit
-PORTVERSION=	0.9
+PORTVERSION=	0.9.1
 CATEGORIES=	www
-MASTER_SITES=	http://dl.2f30.org/releases/
+MASTER_SITES=	https://codemadness.org/releases/stagit/
 
 MAINTAINER=	tobik at FreeBSD.org
 COMMENT=	Static Git page generator

Modified: head/www/stagit/distinfo
==============================================================================
--- head/www/stagit/distinfo	Fri Mar  1 10:10:40 2019	(r494253)
+++ head/www/stagit/distinfo	Fri Mar  1 10:27:50 2019	(r494254)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548053698
-SHA256 (stagit-0.9.tar.gz) = 09e585c5908bee0208c9b2d457a716d2679d89ca7485da42ca8a06bd78bc2293
-SIZE (stagit-0.9.tar.gz) = 18580
+TIMESTAMP = 1551435697
+SHA256 (stagit-0.9.1.tar.gz) = 8510cc7eae6bbac72d8cc61092e622d1fa7192f19ebc9ac7fe59192300bfe790
+SIZE (stagit-0.9.1.tar.gz) = 18426

Modified: head/www/stagit/pkg-descr
==============================================================================
--- head/www/stagit/pkg-descr	Fri Mar  1 10:10:40 2019	(r494253)
+++ head/www/stagit/pkg-descr	Fri Mar  1 10:27:50 2019	(r494254)
@@ -13,4 +13,4 @@ stagit is a static Git web page generator with the fol
   very fast, simple and requires little resources (because the content
   is static), only a HTTP file server is required.
 
-WWW: http://git.2f30.org/stagit/log.html
+WWW: https://codemadness.org/git/stagit/log.html


More information about the svn-ports-all mailing list