Bug 182228 - [PATCH] textproc/libxdiff: Release Maintainership
Summary: [PATCH] textproc/libxdiff: Release Maintainership
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 16:20 UTC by Larry Rosenman
Modified: 2013-09-19 18:20 UTC (History)
0 users

See Also:


Attachments
libxdiff-0.23.patch (717 bytes, patch)
2013-09-19 16:20 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2013-09-19 16:20:00 UTC

Release maintainership, trim header
Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2013-09-19 16:36:37 UTC
obviously the change should from ler@lerctr.org to ports@FreeBSD.org.....

I obviously can't type today....


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c)              E-Mail: ler@lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2013-09-19 16:41:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-19 18:19:47 UTC
Author: tabthorpe
Date: Thu Sep 19 17:19:40 2013
New Revision: 327644
URL: http://svnweb.freebsd.org/changeset/ports/327644

Log:
  - Claim ownership
  - Add LICENCE
  - Trim header
  
  PR:		ports/182228
  Submitted by:	Larry Rosenman <ler@lerctr.org> (former maintainer)

Modified:
  head/textproc/libxdiff/Makefile   (contents, props changed)

Modified: head/textproc/libxdiff/Makefile
==============================================================================
--- head/textproc/libxdiff/Makefile	Thu Sep 19 16:52:40 2013	(r327643)
+++ head/textproc/libxdiff/Makefile	Thu Sep 19 17:19:40 2013	(r327644)
@@ -1,19 +1,16 @@
-# ex:ts=8
-# Ports collection makefile for:	libxdiff
-# Date created:			Jan 5, 2004
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	libxdiff
 PORTVERSION=	0.23
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.xmailserver.org/
 
-MAINTAINER=	ler@lerctr.org
+MAINTAINER=	tabthorpe@FreeBSD.org
 COMMENT=	Create file differences/patches to both binary and text files
 
+LICENSE=	LGPL3
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
_______________________________________________
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 4 Thomas Abthorpe freebsd_committer freebsd_triage 2013-09-19 18:20:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!