svn commit: r327644 - head/textproc/libxdiff

Thomas Abthorpe tabthorpe at FreeBSD.org
Thu Sep 19 17:19:40 UTC 2013


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 at 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 at lerctr.org
+MAINTAINER=	tabthorpe at FreeBSD.org
 COMMENT=	Create file differences/patches to both binary and text files
 
+LICENSE=	LGPL3
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list