pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/bidwatcher Update to 1.3.15. Closes PR pkg/25505.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dbf62d2cee0
branches:  trunk
changeset: 475042:9dbf62d2cee0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun May 09 09:29:32 2004 +0000

description:
Update to 1.3.15.  Closes PR pkg/25505.

Changes since 1.3.13:

4/23/04
        * TimeSync logic improved.  If we can't hit eBay, rely on local time,
          but, for real this time.
        * Version 1.3.15
4/22/04
        * Fix time synchronization
4/20/04
        * Allow configurable X font string
        * Fix item location parsing
        * Fix currency parsing
        * Version 1.3.14
4/11/04
        * Show seller in main window (RFE #902344)
        * Use unsigned long longs for auction numbers.
        * Applied add by URL patch (#820963)
3/30/04
        * Changed default fonts
        * Added some missing HTML entites

diffstat:

 misc/bidwatcher/Makefile |  8 +++-----
 misc/bidwatcher/PLIST    |  5 ++---
 misc/bidwatcher/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (58 lines):

diff -r 91cda612b725 -r 9dbf62d2cee0 misc/bidwatcher/Makefile
--- a/misc/bidwatcher/Makefile  Sun May 09 08:25:00 2004 +0000
+++ b/misc/bidwatcher/Makefile  Sun May 09 09:29:32 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2004/04/24 18:04:06 snj Exp $
+# $NetBSD: Makefile,v 1.37 2004/05/09 09:29:32 jmmv Exp $
 
-DISTNAME=      bidwatcher-1.3.13
+DISTNAME=      bidwatcher-1.3.15
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bidwatcher/}
 
@@ -13,15 +13,13 @@
 USE_BUILDLINK3=                YES
 
 DOCDIR=                ${PREFIX}/share/doc/bidwatcher
-HTMLDIR=       ${PREFIX}/share/doc/html/bidwatcher
 
 post-install:
        ${INSTALL_DATA_DIR} ${DOCDIR}
        for FILE in AUTHORS COPYING INSTALL NEWS README; do \
          ${INSTALL_DATA} ${WRKSRC}/$$FILE ${DOCDIR}; \
        done
-       ${INSTALL_DATA_DIR} ${HTMLDIR}
-       ${INSTALL_DATA} ${WRKSRC}/quick_start.html ${HTMLDIR}
+       ${INSTALL_DATA} ${WRKSRC}/quick_start.html ${DOCDIR}
 
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 91cda612b725 -r 9dbf62d2cee0 misc/bidwatcher/PLIST
--- a/misc/bidwatcher/PLIST     Sun May 09 08:25:00 2004 +0000
+++ b/misc/bidwatcher/PLIST     Sun May 09 09:29:32 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/07/08 17:27:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/05/09 09:29:32 jmmv Exp $
 bin/bidwatcher
 man/man1/bidwatcher.1
 share/doc/bidwatcher/AUTHORS
@@ -6,6 +6,5 @@
 share/doc/bidwatcher/INSTALL
 share/doc/bidwatcher/NEWS
 share/doc/bidwatcher/README
-share/doc/html/bidwatcher/quick_start.html
-@dirrm share/doc/html/bidwatcher
+share/doc/bidwatcher/quick_start.html
 @dirrm share/doc/bidwatcher
diff -r 91cda612b725 -r 9dbf62d2cee0 misc/bidwatcher/distinfo
--- a/misc/bidwatcher/distinfo  Sun May 09 08:25:00 2004 +0000
+++ b/misc/bidwatcher/distinfo  Sun May 09 09:29:32 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2004/03/10 22:24:48 tron Exp $
+$NetBSD: distinfo,v 1.30 2004/05/09 09:29:32 jmmv Exp $
 
-SHA1 (bidwatcher-1.3.13.tar.gz) = cc5af0d39ce267fa8cc6e67618b5729b51cdb71e
-Size (bidwatcher-1.3.13.tar.gz) = 177634 bytes
+SHA1 (bidwatcher-1.3.15.tar.gz) = 96ab2167b7ab1710969c4b6f7b28766de76a9f82
+Size (bidwatcher-1.3.15.tar.gz) = 178532 bytes
 SHA1 (patch-ac) = ff37c64771f09b40b82f744420e2f1af43d9e37b



Home | Main Index | Thread Index | Old Index