Bug 188034 - [PATCH] devel/gzstream new maintainer
Summary: [PATCH] devel/gzstream new maintainer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 18:00 UTC by A.J. "Fonz" van Werven
Modified: 2014-04-23 02:20 UTC (History)
0 users

See Also:


Attachments
file.diff (588 bytes, patch)
2014-03-28 18:00 UTC, A.J. "Fonz" van Werven
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description A.J. "Fonz" van Werven 2014-03-28 18:00:02 UTC
The port devel/gzstream has been orphaned and I volunteer to take maintainership.

The port has been checked with portlint, is up to date and has already been stagified.

The attached patch changes MAINTAINER, adds the maintainer's distfile mirror and removes an unnecessary comment line.

Fix: See patch.

Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 02:07:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-23 02:10:02 UTC
Author: amdmi3
Date: Wed Apr 23 01:09:58 2014
New Revision: 351900
URL: http://svnweb.freebsd.org/changeset/ports/351900
QAT: https://qat.redports.org/buildarchive/r351900/

Log:
  - Update MASTER_SITES
  - Pass maintainership to submitter
  - Add LICENSE
  
  PR:		188034
  Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>

Modified:
  head/devel/gzstream/Makefile

Modified: head/devel/gzstream/Makefile
==============================================================================
--- head/devel/gzstream/Makefile	Wed Apr 23 01:09:34 2014	(r351899)
+++ head/devel/gzstream/Makefile	Wed Apr 23 01:09:58 2014	(r351900)
@@ -5,12 +5,14 @@ PORTNAME=	gzstream
 DISTVERSION=	1.5
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	CENKES
-# http://www.cs.unc.edu/Research/compgeom/gzstream/gzstream.tgz
+MASTER_SITES=	CENKES \
+		http://www.skysmurf.nl/comp/FreeBSD/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsd@skysmurf.nl
 COMMENT=	Provides zlib functionality in an iostream
 
+LICENSE=	LGPL21
+
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.0 \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 02:11:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!