minor maintenance update to 1.2.40

This commit is contained in:
naddy 2009-10-12 10:17:16 +00:00
parent f2f622fbaf
commit 44331772cf
4 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.72 2009/08/23 14:44:18 naddy Exp $
# $OpenBSD: Makefile,v 1.73 2009/10/12 10:17:16 naddy Exp $
COMMENT= library for manipulating PNG images
VERSION= 1.2.39
VERSION= 1.2.40
DISTNAME= libpng-${VERSION}
PKGNAME= png-${VERSION}
SHARED_LIBS= png 8.1

View File

@ -1,5 +1,5 @@
MD5 (libpng-1.2.39.tar.gz) = 3f6vGbaQmFkQxC5Bl06NZQ==
RMD160 (libpng-1.2.39.tar.gz) = jst89mL1YqzrvlttQgr1YjKC66I=
SHA1 (libpng-1.2.39.tar.gz) = 4iD+STp6g+GoP5iL5Fz4Pr5X1gU=
SHA256 (libpng-1.2.39.tar.gz) = 5SOnbnfsDMI+yCKarFO2vdVKoPiD4NG3NY2diojmq9k=
SIZE (libpng-1.2.39.tar.gz) = 815679
MD5 (libpng-1.2.40.tar.gz) = ovaAhzW/QEln+BUZqWf7Kg==
RMD160 (libpng-1.2.40.tar.gz) = OoJqb5awvRTrlHB0Nyol6JfRBLc=
SHA1 (libpng-1.2.40.tar.gz) = o/LfAYcdoV1m8QOltOeTYB5NEEM=
SHA256 (libpng-1.2.40.tar.gz) = G8hD0fP8ZvE8hppmRSQNbtKZyatfbelGUzgPDtAw9UE=
SIZE (libpng-1.2.40.tar.gz) = 817690

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_libpng_pc_in,v 1.15 2009/08/23 14:44:18 naddy Exp $
$OpenBSD: patch-scripts_libpng_pc_in,v 1.16 2009/10/12 10:17:16 naddy Exp $
--- scripts/libpng.pc.in.orig Sat Sep 8 05:23:01 2007
+++ scripts/libpng.pc.in Wed Oct 3 17:20:11 2007
@@ -1,10 +1,10 @@
@ -10,7 +10,7 @@ $OpenBSD: patch-scripts_libpng_pc_in,v 1.15 2009/08/23 14:44:18 naddy Exp $
Name: libpng
Description: Loads and saves PNG files
Version: 1.2.39
Version: 1.2.40
-Libs: -L${libdir} -lpng12
+Libs: -L${libdir} -lpng -lz -lm
Cflags: -I${includedir}

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_makefile_openbsd,v 1.28 2009/08/23 14:44:18 naddy Exp $
$OpenBSD: patch-scripts_makefile_openbsd,v 1.29 2009/10/12 10:17:16 naddy Exp $
--- scripts/makefile.openbsd.orig Thu Aug 13 13:13:23 2009
+++ scripts/makefile.openbsd Sun Aug 23 16:21:58 2009
@@ -7,11 +7,12 @@
@ -12,7 +12,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.28 2009/08/23 14:44:18 naddy Exp $
+DOCDIR= ${PREFIX}/share/doc/png
-SHLIB_MAJOR= 0
-SHLIB_MINOR= 1.2.39
-SHLIB_MINOR= 1.2.40
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
@ -25,7 +25,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.28 2009/08/23 14:44:18 naddy Exp $
MAN= libpng.3 libpngpf.3 png.5
-DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO libpng.txt
+DOCS = libpng-1.2.39.txt
+DOCS = libpng-1.2.40.txt
+all: ${_LIBS} libpng-config libpng.pc
+