Index: head/devel/rlog/Makefile =================================================================== --- head/devel/rlog/Makefile (revision 426001) +++ head/devel/rlog/Makefile (revision 426002) @@ -1,25 +1,27 @@ # Created by: trasz # $FreeBSD$ 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 USE_LDCONFIG= yes .include Index: head/devel/rlog/distinfo =================================================================== --- head/devel/rlog/distinfo (revision 426001) +++ head/devel/rlog/distinfo (revision 426002) @@ -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 Index: head/devel/rlog/pkg-descr =================================================================== --- head/devel/rlog/pkg-descr (revision 426001) +++ head/devel/rlog/pkg-descr (revision 426002) @@ -1,13 +1,14 @@ RLog provides a flexible message logging facility for C++ programs and libraries. It is subscription based, meaning you can subscribe to messages of your choice in an number of ways: by hierarchical channel name (e.g. "debug", "debug/ special", "error", etc.), or file name, component name, etc. Log messages are individually enabled. It is meant to be fast enough to leave in production code - even where it may be called many times, as both the GCC and Intel compilers reduce the logging overhead a few clock cycles if they are dormant (with no subscribers). Other add-on components can extend subscriptions to external programs, allowing you to enable and collect debugging messages remotely. WWW: http://www.arg0.net/rlog +WWW: https://github.com/anastmag/rlog