svn commit: r432398 - head/devel/stringencoders

Steven Kreuzer skreuzer at FreeBSD.org
Tue Jan 24 22:10:46 UTC 2017


Author: skreuzer
Date: Tue Jan 24 22:10:44 2017
New Revision: 432398
URL: https://svnweb.freebsd.org/changeset/ports/432398

Log:
  Update MASTER_SITES and LICENSE

Modified:
  head/devel/stringencoders/Makefile
  head/devel/stringencoders/pkg-descr

Modified: head/devel/stringencoders/Makefile
==============================================================================
--- head/devel/stringencoders/Makefile	Tue Jan 24 22:07:02 2017	(r432397)
+++ head/devel/stringencoders/Makefile	Tue Jan 24 22:10:44 2017	(r432398)
@@ -6,12 +6,12 @@ PORTVERSION=	3.10.3
 DISTVERSIONPREFIX=	v
 PORTREVISION=	3
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://people.freebsd.org/~skreuzer/distfiles/
 
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Collection of high performance C-string transformations
 
-BROKEN=		Unfetchable (google code has gone away)
+LICENSE=	MIT
 
 USES=		libtool perl5
 GNU_CONFIGURE=	yes

Modified: head/devel/stringencoders/pkg-descr
==============================================================================
--- head/devel/stringencoders/pkg-descr	Tue Jan 24 22:07:02 2017	(r432397)
+++ head/devel/stringencoders/pkg-descr	Tue Jan 24 22:10:44 2017	(r432398)
@@ -12,3 +12,5 @@ including
     * javascript string escaping
     * fast number to string conversion, 4-22x faster than sprintf!
     * fast ascii upper/lower case conversion, 2-66x faster than stdlib!
+
+WWW: https://github.com/client9/stringencoders


More information about the svn-ports-head mailing list