Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 11:04:05 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431246 - head/devel/gzstream
Message-ID:  <201701121104.v0CB45aN016601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu Jan 12 11:04:04 2017
New Revision: 431246
URL: https://svnweb.freebsd.org/changeset/ports/431246

Log:
  Unbreak
  
  Set the MARTER_SITE to UNC Chapel Hill, where the original authors of the
  software are.
  
  Note: the supplied tarball is called just "gztream.tgz" with no
  version number info.  However, this software is pretty stable -- last
  update was in April 2003.

Modified:
  head/devel/gzstream/Makefile
  head/devel/gzstream/distinfo

Modified: head/devel/gzstream/Makefile
==============================================================================
--- head/devel/gzstream/Makefile	Thu Jan 12 10:44:45 2017	(r431245)
+++ head/devel/gzstream/Makefile	Thu Jan 12 11:04:04 2017	(r431246)
@@ -5,14 +5,15 @@ PORTNAME=	gzstream
 DISTVERSION=	1.5
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES=	http://www.cs.unc.edu/Research/compgeom/gzstream/
+DISTNAME=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provides zlib functionality in an iostream
 
 LICENSE=	LGPL21
 
-BROKEN=		unfetchable (apparently abandoned upstream)
+USES=		tar:tgz
 
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/devel/gzstream/distinfo
==============================================================================
--- head/devel/gzstream/distinfo	Thu Jan 12 10:44:45 2017	(r431245)
+++ head/devel/gzstream/distinfo	Thu Jan 12 11:04:04 2017	(r431246)
@@ -1,2 +1,3 @@
-SHA256 (gzstream-1.5.tar.gz) = 99acb23903dd0e41ee86c29f65b9f36a8f43af29325dd233fb45362df14dc103
-SIZE (gzstream-1.5.tar.gz) = 20503
+TIMESTAMP = 1484218275
+SHA256 (gzstream.tgz) = 99acb23903dd0e41ee86c29f65b9f36a8f43af29325dd233fb45362df14dc103
+SIZE (gzstream.tgz) = 20503



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