svn commit: r423644 - in head/graphics/liblqr-1: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 10 10:30:29 UTC 2016


Author: amdmi3
Date: Mon Oct 10 10:30:27 2016
New Revision: 423644
URL: https://svnweb.freebsd.org/changeset/ports/423644

Log:
  - Update to 0.4.2
  - Add LICENSE
  - Regenerate patches

Deleted:
  head/graphics/liblqr-1/files/patch-configure
Modified:
  head/graphics/liblqr-1/Makefile
  head/graphics/liblqr-1/distinfo
  head/graphics/liblqr-1/files/patch-examples-Makefile
  head/graphics/liblqr-1/pkg-plist

Modified: head/graphics/liblqr-1/Makefile
==============================================================================
--- head/graphics/liblqr-1/Makefile	Mon Oct 10 10:20:55 2016	(r423643)
+++ head/graphics/liblqr-1/Makefile	Mon Oct 10 10:30:27 2016	(r423644)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liblqr-1
-DISTVERSION=	0.4.1
-PORTREVISION=	8
+PORTVERSION=	0.4.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://liblqr.wdfiles.com/local--files/en:download-page/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -11,6 +10,9 @@ MASTER_SITES=	http://liblqr.wdfiles.com/
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Easy to use C/C++ seam carving library
 
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
 USES=		tar:bzip2 gettext gmake pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20

Modified: head/graphics/liblqr-1/distinfo
==============================================================================
--- head/graphics/liblqr-1/distinfo	Mon Oct 10 10:20:55 2016	(r423643)
+++ head/graphics/liblqr-1/distinfo	Mon Oct 10 10:30:27 2016	(r423644)
@@ -1,2 +1,3 @@
-SHA256 (liblqr-1-0.4.1.tar.bz2) = 9fda316804a4fa0a07184483a4b488611963340610615ea9cc25f6f31407e909
-SIZE (liblqr-1-0.4.1.tar.bz2) = 347474
+TIMESTAMP = 1476029434
+SHA256 (liblqr-1-0.4.2.tar.bz2) = 173a822efd207d72cda7d7f4e951c5000f31b10209366ff7f0f5972f7f9ff137
+SIZE (liblqr-1-0.4.2.tar.bz2) = 344739

Modified: head/graphics/liblqr-1/files/patch-examples-Makefile
==============================================================================
--- head/graphics/liblqr-1/files/patch-examples-Makefile	Mon Oct 10 10:20:55 2016	(r423643)
+++ head/graphics/liblqr-1/files/patch-examples-Makefile	Mon Oct 10 10:30:27 2016	(r423644)
@@ -1,6 +1,6 @@
---- examples/Makefile.orig	2009-05-09 20:41:30.000000000 +0400
-+++ examples/Makefile	2009-05-12 20:52:42.000000000 +0400
-@@ -63,17 +63,17 @@
+--- examples/Makefile.orig	2009-05-09 16:41:30 UTC
++++ examples/Makefile
+@@ -63,17 +63,17 @@ all: $(tt1out) $(tt2out)
  
  # linking
  $(tt1out) : $(tt1obj)

Modified: head/graphics/liblqr-1/pkg-plist
==============================================================================
--- head/graphics/liblqr-1/pkg-plist	Mon Oct 10 10:20:55 2016	(r423643)
+++ head/graphics/liblqr-1/pkg-plist	Mon Oct 10 10:30:27 2016	(r423644)
@@ -13,7 +13,7 @@ include/lqr-1/lqr/lqr_vmap_list_pub.h
 include/lqr-1/lqr/lqr_vmap_pub.h
 lib/liblqr-1.so
 lib/liblqr-1.so.0
-lib/liblqr-1.so.0.3.1
+lib/liblqr-1.so.0.3.2
 libdata/pkgconfig/lqr-1.pc
 %%HTMLDOCS%%%%DOCSDIR%%/Introduction.html
 %%HTMLDOCS%%%%DOCSDIR%%/about-this-doc.html


More information about the svn-ports-head mailing list