svn commit: r426002 - head/devel/rlog

Steve Wills swills at FreeBSD.org
Sat Nov 12 23:58:29 UTC 2016


Author: swills
Date: Sat Nov 12 23:58:27 2016
New Revision: 426002
URL: https://svnweb.freebsd.org/changeset/ports/426002

Log:
  devel/rlog: Fix fetch and new maintainer
  
  PR:		213511
  Submitted by:	Mageirias Anastasios <anastasios at mageirias.com>

Modified:
  head/devel/rlog/Makefile
  head/devel/rlog/distinfo
  head/devel/rlog/pkg-descr

Modified: head/devel/rlog/Makefile
==============================================================================
--- head/devel/rlog/Makefile	Sat Nov 12 23:40:13 2016	(r426001)
+++ head/devel/rlog/Makefile	Sat Nov 12 23:58:27 2016	(r426002)
@@ -3,20 +3,22 @@
 
 PORTNAME=	rlog
 PORTVERSION=	1.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	anastasios at mageirias.com
 COMMENT=	Flexible message logging facility for C++
 
-BROKEN=		Unfetchable (google code has gone away)
-
-OPTIONS_DEFINE=	DOCS
-
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	anastmag
+GH_PROJECT=	rlog
+GH_TAGNAME=	1.4
+
+OPTIONS_DEFINE=	DOCS
+
 USES=		gmake pathfix libtool
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip

Modified: head/devel/rlog/distinfo
==============================================================================
--- head/devel/rlog/distinfo	Sat Nov 12 23:40:13 2016	(r426001)
+++ head/devel/rlog/distinfo	Sat Nov 12 23:58:27 2016	(r426002)
@@ -1,2 +1,3 @@
-SHA256 (rlog-1.4.tar.gz) = a938eeedeb4d56f1343dc5561bc09ae70b24e8f70d07a6f8d4b6eed32e783f79
-SIZE (rlog-1.4.tar.gz) = 640641
+TIMESTAMP = 1476569776
+SHA256 (anastmag-rlog-1.4_GH0.tar.gz) = 1e545e68beff7f306b09357f4175850b8787fd212a997026cf63fc11473e9a68
+SIZE (anastmag-rlog-1.4_GH0.tar.gz) = 634249

Modified: head/devel/rlog/pkg-descr
==============================================================================
--- head/devel/rlog/pkg-descr	Sat Nov 12 23:40:13 2016	(r426001)
+++ head/devel/rlog/pkg-descr	Sat Nov 12 23:58:27 2016	(r426002)
@@ -11,3 +11,4 @@ to external programs, allowing you to en
 messages remotely.
 
 WWW: http://www.arg0.net/rlog
+WWW: https://github.com/anastmag/rlog


More information about the svn-ports-head mailing list