diff options
author | jmmv <jmmv> | 2004-05-09 09:29:32 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-05-09 09:29:32 +0000 |
commit | dca0792b5a9d9f57c8be94ce7b8ef481cd028fde (patch) | |
tree | fa30a3a86dc5508e4ec703f88c3376c7aaad7533 /misc | |
parent | 9a4f75ebd08cbe1b42ad182cd8af4b413180d5ca (diff) | |
download | pkgsrc-dca0792b5a9d9f57c8be94ce7b8ef481cd028fde.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 8 | ||||
-rw-r--r-- | misc/bidwatcher/PLIST | 5 | ||||
-rw-r--r-- | misc/bidwatcher/distinfo | 6 |
3 files changed, 8 insertions, 11 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 4466c17c477..7bcffd1ddc4 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -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_LANGUAGES= c c++ 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 --git a/misc/bidwatcher/PLIST b/misc/bidwatcher/PLIST index a8a61fd422c..26fa3590702 100644 --- a/misc/bidwatcher/PLIST +++ b/misc/bidwatcher/PLIST @@ -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/COPYING 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 --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo index 98f0e4d9d33..bc1cd088677 100644 --- a/misc/bidwatcher/distinfo +++ b/misc/bidwatcher/distinfo @@ -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 |