Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2017 22:10:44 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432398 - head/devel/stringencoders
Message-ID:  <201701242210.v0OMAieK046161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701242210.v0OMAieK046161>