pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc graphics/jpeg: install "jpegint.h" file, required by f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55015391dbe6
branches:  trunk
changeset: 482561:55015391dbe6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Oct 30 00:47:37 2004 +0000

description:
graphics/jpeg: install "jpegint.h" file, required by feh-1.2.7.

Bump PKGREVISION.

diffstat:

 doc/CHANGES            |  3 ++-
 graphics/jpeg/Makefile |  5 +++--
 graphics/jpeg/PLIST    |  3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r db3fbbed1d32 -r 55015391dbe6 doc/CHANGES
--- a/doc/CHANGES       Sat Oct 30 00:30:29 2004 +0000
+++ b/doc/CHANGES       Sat Oct 30 00:47:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7607 2004/10/29 23:02:17 xtraeme Exp $
+$NetBSD: CHANGES,v 1.7608 2004/10/30 00:47:37 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4971,3 +4971,4 @@
        Updated entropy to 0.8.2.418nb2 [tv 2004-10-29]
        Updated mklivecd to 0.7 [xtraeme 2004-10-29]
        Added putty-0.56 [xtraeme 2004-10-29]
+       Updated jpeg to 6bnb3 [xtraeme 2004-10-30]
diff -r db3fbbed1d32 -r 55015391dbe6 graphics/jpeg/Makefile
--- a/graphics/jpeg/Makefile    Sat Oct 30 00:30:29 2004 +0000
+++ b/graphics/jpeg/Makefile    Sat Oct 30 00:47:37 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:54 tv Exp $
+# $NetBSD: Makefile,v 1.31 2004/10/30 00:47:37 xtraeme Exp $
 #
 
 DISTNAME=              jpegsrc.v6b
 PKGNAME=               jpeg-6b
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            graphics
 MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/graphics/jpeg/ \
                        ftp://ftp.uu.net/graphics/jpeg/
@@ -28,5 +28,6 @@
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg
        ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg
+       ${INSTALL_DATA} ${WRKSRC}/jpegint.h ${PREFIX}/include
 
 .include "../../mk/bsd.pkg.mk"
diff -r db3fbbed1d32 -r 55015391dbe6 graphics/jpeg/PLIST
--- a/graphics/jpeg/PLIST       Sat Oct 30 00:30:29 2004 +0000
+++ b/graphics/jpeg/PLIST       Sat Oct 30 00:47:37 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:34 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/10/30 00:47:37 xtraeme Exp $
 bin/cjpeg
 bin/djpeg
 bin/jpegtran
@@ -8,6 +8,7 @@
 include/jerror.h
 include/jmorecfg.h
 include/jpeglib.h
+include/jpegint.h
 lib/libjpeg.la
 man/man1/cjpeg.1
 man/man1/djpeg.1



Home | Main Index | Thread Index | Old Index