mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Update to 0.8.9
PR: ports/76606 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
This commit is contained in:
parent
cf496dcd9f
commit
82c43a7828
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127140
6 changed files with 14 additions and 30 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= giFT-FastTrack
|
||||
PORTVERSION= 0.8.7
|
||||
PORTVERSION= 0.8.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.berlios.de/gift-fasttrack/
|
||||
|
||||
|
@ -23,14 +23,14 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
||||
DOC_FILES= AUTHORS COPYING ChangeLog \
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog \
|
||||
INSTALL NEWS README TODO
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (giFT-FastTrack-0.8.7.tar.gz) = 022870472f3783f19bfe97fa87334478
|
||||
SIZE (giFT-FastTrack-0.8.7.tar.gz) = 362835
|
||||
MD5 (giFT-FastTrack-0.8.9.tar.gz) = 68521847537985bcc5e9b8677343374c
|
||||
SIZE (giFT-FastTrack-0.8.9.tar.gz) = 449505
|
||||
|
|
|
@ -3,13 +3,5 @@ lib/giFT/libFastTrack.so
|
|||
share/giFT/FastTrack/FastTrack.conf.template
|
||||
share/giFT/FastTrack/banlist
|
||||
share/giFT/FastTrack/nodes
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/AUTHORS
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/COPYING
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/ChangeLog
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/INSTALL
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/NEWS
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/README
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/TODO
|
||||
@dirrm lib/giFT
|
||||
@dirrm share/giFT/FastTrack
|
||||
@dirrm %%PORTDOCS%%share/doc/giFT-FastTrack
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= giFT-FastTrack
|
||||
PORTVERSION= 0.8.7
|
||||
PORTVERSION= 0.8.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.berlios.de/gift-fasttrack/
|
||||
|
||||
|
@ -23,14 +23,14 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
||||
DOC_FILES= AUTHORS COPYING ChangeLog \
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog \
|
||||
INSTALL NEWS README TODO
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (giFT-FastTrack-0.8.7.tar.gz) = 022870472f3783f19bfe97fa87334478
|
||||
SIZE (giFT-FastTrack-0.8.7.tar.gz) = 362835
|
||||
MD5 (giFT-FastTrack-0.8.9.tar.gz) = 68521847537985bcc5e9b8677343374c
|
||||
SIZE (giFT-FastTrack-0.8.9.tar.gz) = 449505
|
||||
|
|
|
@ -3,13 +3,5 @@ lib/giFT/libFastTrack.so
|
|||
share/giFT/FastTrack/FastTrack.conf.template
|
||||
share/giFT/FastTrack/banlist
|
||||
share/giFT/FastTrack/nodes
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/AUTHORS
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/COPYING
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/ChangeLog
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/INSTALL
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/NEWS
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/README
|
||||
%%PORTDOCS%%share/doc/giFT-FastTrack/TODO
|
||||
@dirrm lib/giFT
|
||||
@dirrm share/giFT/FastTrack
|
||||
@dirrm %%PORTDOCS%%share/doc/giFT-FastTrack
|
||||
|
|
Loading…
Add table
Reference in a new issue