Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 17:19:40 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327644 - head/textproc/libxdiff
Message-ID:  <201309191719.r8JHJek7005641@svn.freebsd.org>

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



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