Change MAINTAINER to myself (approved by: will).
Upgrade to 1.1.6. Install documentation to ${PREFIX}/share/doc/bidwatcher. Update pkg/DESCR with relevant URL.
This commit is contained in:
parent
672f084cda
commit
7ebca8eb9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29528
4 changed files with 30 additions and 12 deletions
|
@ -6,11 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= bidwatcher
|
||||
PORTVERSION= 1.1.5
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.midwestcs.com/bidwatcher/download/
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
MAINTAINER= mph@FreeBSD.org
|
||||
|
||||
USE_GMAKE= YES
|
||||
USE_QT= YES
|
||||
|
@ -18,12 +18,14 @@ MAKE_ENV= QTDIR=${X11BASE}/include/X11/qt \
|
|||
SYSCONF_LFLAGS_QT=${X11BASE}/lib \
|
||||
SYSCONF_MOC=${X11BASE}/bin/moc
|
||||
MAKEFILE= Makefile.FreeBSD
|
||||
CFLAGS+= -DHAVE_GMTIME
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/bidwatcher
|
||||
@${MKDIR} ${PREFIX}/share/doc/bidwatcher
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/bidwatcher
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/bidwatcher
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (bidwatcher-1.1.5.tar.gz) = a33cf143b57e22227ddfdf2bcf4ba90e
|
||||
MD5 (bidwatcher-1.1.6.tar.gz) = 03ba3fa1eafa0c5b3347c3caabeece82
|
||||
|
|
|
@ -3,6 +3,6 @@ uses your eBay id and password to track your eBay listings, items that you
|
|||
have bid on, and items that you enter by hand. It also has an integrated
|
||||
snipe tool.
|
||||
|
||||
WWW: http://bidwatcher.sourceforge.net/
|
||||
WWW: http://www.midwestcs.com/bidwatcher/
|
||||
|
||||
- Will <andrews@technologist.com>
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
bin/bidwatcher
|
||||
share/bidwatcher/CHANGES
|
||||
share/bidwatcher/INSTALL
|
||||
share/bidwatcher/README
|
||||
@dirrm share/bidwatcher
|
||||
share/doc/bidwatcher/CHANGES
|
||||
share/doc/bidwatcher/INSTALL
|
||||
share/doc/bidwatcher/README
|
||||
share/doc/bidwatcher/about_icon.png
|
||||
share/doc/bidwatcher/add_icon.png
|
||||
share/doc/bidwatcher/add_window.png
|
||||
share/doc/bidwatcher/auction_details.png
|
||||
share/doc/bidwatcher/bid_log.png
|
||||
share/doc/bidwatcher/bid_window.png
|
||||
share/doc/bidwatcher/exit_icon.png
|
||||
share/doc/bidwatcher/main_window.png
|
||||
share/doc/bidwatcher/popup_menu.png
|
||||
share/doc/bidwatcher/preferences.png
|
||||
share/doc/bidwatcher/prefs_icon.png
|
||||
share/doc/bidwatcher/quick_start.html
|
||||
share/doc/bidwatcher/screen_shots.html
|
||||
share/doc/bidwatcher/stop_icon.png
|
||||
share/doc/bidwatcher/sync_icon.png
|
||||
share/doc/bidwatcher/update_icon.png
|
||||
@dirrm share/doc/bidwatcher
|
||||
|
|
Loading…
Reference in a new issue