svn commit: r394965 - in head/textproc/iksemel: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 21 15:38:05 UTC 2015


Author: amdmi3
Date: Fri Aug 21 15:38:04 2015
New Revision: 394965
URL: https://svnweb.freebsd.org/changeset/ports/394965

Log:
  - Add LICENSE
  - Regenerate patches with `make makepatch`

Modified:
  head/textproc/iksemel/Makefile
  head/textproc/iksemel/files/patch-configure.ac

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Fri Aug 21 15:37:50 2015	(r394964)
+++ head/textproc/iksemel/Makefile	Fri Aug 21 15:38:04 2015	(r394965)
@@ -10,6 +10,9 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XML parser library mainly designed for Jabber applications
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
 
 USES=		autoreconf libtool makeinfo pathfix pkgconfig
@@ -20,7 +23,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-INFO=	iksemel
+INFO=		iksemel
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \

Modified: head/textproc/iksemel/files/patch-configure.ac
==============================================================================
--- head/textproc/iksemel/files/patch-configure.ac	Fri Aug 21 15:37:50 2015	(r394964)
+++ head/textproc/iksemel/files/patch-configure.ac	Fri Aug 21 15:38:04 2015	(r394965)
@@ -1,6 +1,6 @@
---- ./configure.ac.orig	2009-07-23 11:16:36.000000000 +0000
-+++ ./configure.ac	2009-10-21 11:57:12.768114881 +0000
-@@ -45,7 +45,15 @@
+--- configure.ac.orig	2009-07-23 11:16:36 UTC
++++ configure.ac
+@@ -45,7 +45,15 @@ AC_SEARCH_LIBS(recv,socket)
  AC_CHECK_FUNCS(getopt_long)
  AC_CHECK_FUNCS(getaddrinfo)
  


More information about the svn-ports-head mailing list