pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pwlib Don't install *.orig files. Bump revision.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6df2a25132fa
branches: trunk
changeset: 511266:6df2a25132fa
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Apr 12 18:30:04 2006 +0000
description:
Don't install *.orig files. Bump revision.
diffstat:
devel/pwlib/Makefile | 6 +++---
devel/pwlib/PLIST | 3 +--
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r 7ee7a17cbcf0 -r 6df2a25132fa devel/pwlib/Makefile
--- a/devel/pwlib/Makefile Wed Apr 12 18:26:33 2006 +0000
+++ b/devel/pwlib/Makefile Wed Apr 12 18:30:04 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2006/03/13 21:20:24 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2006/04/12 18:30:04 joerg Exp $
DISTNAME= pwlib-v1_8_3-src
PKGNAME= pwlib-1.8.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES+= http://www.voxgratia.org/releases/
EXTRACT_SUFX= -tar.gz
@@ -51,7 +51,7 @@
done
${INSTALL_DATA} ${WRKSRC}/version.h ${PREFIX}/include/ptlib
cd ${WRKSRC}; \
- for f in `${FIND} include -name CVS -prune -o -name wince -prune -o -name msos -prune -o -type f -print`; do \
+ for f in `${FIND} include -name CVS -prune -o -name \*.orig -prune -o -name wince -prune -o -name msos -prune -o -type f -print`; do \
${INSTALL_DATA} $$f ${PREFIX}/$$f; \
done
diff -r 7ee7a17cbcf0 -r 6df2a25132fa devel/pwlib/PLIST
--- a/devel/pwlib/PLIST Wed Apr 12 18:26:33 2006 +0000
+++ b/devel/pwlib/PLIST Wed Apr 12 18:30:04 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2004/12/01 15:41:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/04/12 18:30:04 joerg Exp $
bin/ptlib-config
include/ptbuildopts.h
include/ptbuildopts.h.in
@@ -67,7 +67,6 @@
include/ptlib/int64.h
include/ptlib/ipdsock.h
include/ptlib/ipsock.h
-include/ptlib/ipsock.h.orig
include/ptlib/ipxsock.h
include/ptlib/lists.h
include/ptlib/mail.h
Home |
Main Index |
Thread Index |
Old Index