pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update libfpx to version 1.3.1nb3



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <youremailsarecrap%gmail.com@localhost>
Pushed By:	nros
Date:		Tue Jul 4 11:08:44 2017 +0200
Changeset:	75771c03ae873903459c8daedf62f3ffb4b497d1

Modified Files:
	libfpx/Makefile
	libfpx/PLIST
	libfpx/distinfo

Log Message:
Update libfpx to version 1.3.1nb3

This update is because a new distfile has been distibuted and the old is gone.
Major change: fix compilation on GCC 6.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=75771c03ae873903459c8daedf62f3ffb4b497d1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libfpx/Makefile | 11 ++++++++---
 libfpx/PLIST    |  1 +
 libfpx/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs:
diff --git a/libfpx/Makefile b/libfpx/Makefile
index 4323a68976..503ee5967d 100644
--- a/libfpx/Makefile
+++ b/libfpx/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 libfpx_ver=	1.3.1
-DISTNAME=	libfpx-${libfpx_ver}-6
+DISTNAME=	libfpx-${libfpx_ver}-8
 PKGNAME=	libfpx-${libfpx_ver}
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/ \
 		ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/delegates/ \
@@ -12,10 +12,15 @@ EXTRACT_SUFX=	.tar.xz
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.imagemagick.org/
 COMMENT=	Library for reading FlashPix images
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	zlib AND original-bsd
 
 GNU_CONFIGURE=	yes
 USE_LANGUAGES=	c c++
 USE_LIBTOOL=	yes
 
+INSTALLATION_DIRS+=share/doc/${PKGBASE}
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/flashpix.h \
+		${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/copyright-notice
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/libfpx/PLIST b/libfpx/PLIST
index 9e1612d753..f90d8c7534 100644
--- a/libfpx/PLIST
+++ b/libfpx/PLIST
@@ -1,3 +1,4 @@
 @comment $NetBSD$
 include/fpxlib.h
 lib/libfpx.la
+share/doc/libfpx/copyright-notice
diff --git a/libfpx/distinfo b/libfpx/distinfo
index 24637ae5ea..4060d53ccf 100644
--- a/libfpx/distinfo
+++ b/libfpx/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libfpx-1.3.1-6.tar.xz) = 23c630e1c39b3adf52b34100af4db38234f95b1f
-RMD160 (libfpx-1.3.1-6.tar.xz) = 9bd3497f68b74b66b41e2c826445065501075e5b
-SHA512 (libfpx-1.3.1-6.tar.xz) = 0d4eb06954a76fde286acc2257774d515a9826154f1603d64f261342f31af29de608b00a7837bcd1942dfff1cca679c34166f0f7972373515126b27970ce2bf8
-Size (libfpx-1.3.1-6.tar.xz) = 1906256 bytes
+SHA1 (libfpx-1.3.1-8.tar.xz) = 0a82e374597e2408b3c91e6342be78c66c07bb66
+RMD160 (libfpx-1.3.1-8.tar.xz) = b7eab33ede4b43c72293e26b0ff19436f6d44429
+SHA512 (libfpx-1.3.1-8.tar.xz) = 5c3193be0142744f3ea9694250c3cc1dd779772ca8280a2ed072f93453420eb55dc1df5b28b0082802fcf1e5daaed3d8bb1401cdf7559e888fa58c8d05041454
+Size (libfpx-1.3.1-8.tar.xz) = 1906836 bytes


Home | Main Index | Thread Index | Old Index