pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libowfat Update to 0.28, convert to user-destdir:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f6198c06091
branches:  trunk
changeset: 554865:1f6198c06091
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 21 16:53:33 2009 +0000

description:
Update to 0.28, convert to user-destdir:

0.28:
  add uint64 pack and unpack routines
  fix subtle typo in sub_of (David Sirovsky)
  work around gcc bugs

diffstat:

 devel/libowfat/Makefile |  8 ++++++--
 devel/libowfat/PLIST    |  8 +++++++-
 devel/libowfat/distinfo |  8 ++++----
 3 files changed, 17 insertions(+), 7 deletions(-)

diffs (62 lines):

diff -r d474c2b7b27d -r 1f6198c06091 devel/libowfat/Makefile
--- a/devel/libowfat/Makefile   Sat Feb 21 16:48:31 2009 +0000
+++ b/devel/libowfat/Makefile   Sat Feb 21 16:53:33 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/21 16:53:33 wiz Exp $
 #
 
-DISTNAME=      libowfat-0.27
+DISTNAME=      libowfat-0.28
 CATEGORIES=    devel
 MASTER_SITES=  http://dl.fefe.de/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,8 +10,12 @@
 HOMEPAGE=      http://www.fefe.de/libowfat/
 COMMENT=       Library of general purpose APIs
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 MAKE_FILE=     GNUmakefile
 USE_TOOLS+=    gmake
 #LICENSE=      gnu-gplv2
 
+INSTALL_MAKE_FLAGS=    prefix=${DESTDIR}${PREFIX}
+
 .include "../../mk/bsd.pkg.mk"
diff -r d474c2b7b27d -r 1f6198c06091 devel/libowfat/PLIST
--- a/devel/libowfat/PLIST      Sat Feb 21 16:48:31 2009 +0000
+++ b/devel/libowfat/PLIST      Sat Feb 21 16:53:33 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/02/21 16:53:33 wiz Exp $
 include/libowfat/array.h
 include/libowfat/buffer.h
 include/libowfat/byte.h
@@ -348,6 +348,12 @@
 man/man3/uint32_read_big.3
 man/man3/uint32_unpack.3
 man/man3/uint32_unpack_big.3
+man/man3/uint64_pack.3
+man/man3/uint64_pack_big.3
+man/man3/uint64_read.3
+man/man3/uint64_read_big.3
+man/man3/uint64_unpack.3
+man/man3/uint64_unpack_big.3
 man/man3/umult16.3
 man/man3/umult32.3
 man/man3/umult64.3
diff -r d474c2b7b27d -r 1f6198c06091 devel/libowfat/distinfo
--- a/devel/libowfat/distinfo   Sat Feb 21 16:48:31 2009 +0000
+++ b/devel/libowfat/distinfo   Sat Feb 21 16:53:33 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/02/03 15:54:27 tnn Exp $
+$NetBSD: distinfo,v 1.3 2009/02/21 16:53:33 wiz Exp $
 
-SHA1 (libowfat-0.27.tar.bz2) = 5a61ddb0e6c425932e9b87be10d308d21616e802
-RMD160 (libowfat-0.27.tar.bz2) = 7192b155c9c83fc1dc9f4057220a4da43e464a50
-Size (libowfat-0.27.tar.bz2) = 128908 bytes
+SHA1 (libowfat-0.28.tar.bz2) = 6bbe997ae1bbe94b784ab50a3d44b63a2e08d857
+RMD160 (libowfat-0.28.tar.bz2) = 3e8826e10a3f46520bdfa9602edb2741728aa370
+Size (libowfat-0.28.tar.bz2) = 129622 bytes
 SHA1 (patch-aa) = 7542a1fd6b2f4f3f1dd430be547075e98488d7d0



Home | Main Index | Thread Index | Old Index