aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-11-13 07:58:27 +0800
committerswills <swills@FreeBSD.org>2016-11-13 07:58:27 +0800
commita162a8d602f617796a51540c47ba0da12a800c32 (patch)
tree4b2b171377302c74bb637ff8bf40b5e8d658739b
parent83238e79b2191e0f6170748c4aeb8e741d6f0b25 (diff)
downloadfreebsd-ports-graphics-a162a8d602f617796a51540c47ba0da12a800c32.tar.gz
freebsd-ports-graphics-a162a8d602f617796a51540c47ba0da12a800c32.tar.zst
freebsd-ports-graphics-a162a8d602f617796a51540c47ba0da12a800c32.zip
devel/rlog: Fix fetch and new maintainer
PR: 213511 Submitted by: Mageirias Anastasios <anastasios@mageirias.com>
-rw-r--r--devel/rlog/Makefile16
-rw-r--r--devel/rlog/distinfo5
-rw-r--r--devel/rlog/pkg-descr1
3 files changed, 13 insertions, 9 deletions
diff --git a/devel/rlog/Makefile b/devel/rlog/Makefile
index 557cd0ae3ce..87ddebbb966 100644
--- a/devel/rlog/Makefile
+++ b/devel/rlog/Makefile
@@ -3,20 +3,22 @@
PORTNAME= rlog
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= anastasios@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
diff --git a/devel/rlog/distinfo b/devel/rlog/distinfo
index a59a9c8cb5d..07671740daf 100644
--- a/devel/rlog/distinfo
+++ b/devel/rlog/distinfo
@@ -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
diff --git a/devel/rlog/pkg-descr b/devel/rlog/pkg-descr
index 2fc74e30724..c4053a5ac30 100644
--- a/devel/rlog/pkg-descr
+++ b/devel/rlog/pkg-descr
@@ -11,3 +11,4 @@ to external programs, allowing you to enable and collect debugging
messages remotely.
WWW: http://www.arg0.net/rlog
+WWW: https://github.com/anastmag/rlog