diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-23 12:05:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-23 12:05:45 +0000 |
commit | 3e15e2058e79ad7c232b0f142f482fe6a563842b (patch) | |
tree | f9a5cd3cc5d5d1c99747532cafe9f45d11140718 /net | |
parent | Add xtrlock, a minimal transparent X lock. Transparent means that all windows (diff) |
- Update to 7.5b3
PR: ports/67069
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=109780
Diffstat (limited to 'net')
-rw-r--r-- | net/bnbt/Makefile | 13 | ||||
-rw-r--r-- | net/bnbt/distinfo | 4 | ||||
-rw-r--r-- | net/bnbt/pkg-plist | 7 |
3 files changed, 10 insertions, 14 deletions
diff --git a/net/bnbt/Makefile b/net/bnbt/Makefile index 0de271da601c..a6afcf79f77d 100644 --- a/net/bnbt/Makefile +++ b/net/bnbt/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bnbt -PORTVERSION= 7.5b2 +PORTVERSION= 7.5b3 CATEGORIES= net MASTER_SITES= http://bnbt.go-dedicated.com/ -DISTNAME= bnbt75b-2 +DISTNAME= bnbt75b-3 MAINTAINER= flz@xbsd.org COMMENT= A C++ BitTorrent Tracker @@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src USE_GMAKE= yes USE_REINPLACE= yes +PLIST_FILES= bin/bnbt +PORTDOCS= footer.html header.html lesser.txt readme.txt users.txt + post-patch: @${REINPLACE_CMD} -e 's|-O2 -w|${CFLAGS}| ; \ s|LFLAGS = -pthread|LFLAGS = ${PTHREAD_LIBS}| ; \ @@ -27,9 +30,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bnbt ${PREFIX}/bin - ${MKDIR} ${DATADIR} -.for i in footer.html header.html lesser.txt readme.txt users.txt - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DATADIR} + ${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DOCSDIR} .endfor .include <bsd.port.mk> diff --git a/net/bnbt/distinfo b/net/bnbt/distinfo index b1d3d391764d..31d5c5f99911 100644 --- a/net/bnbt/distinfo +++ b/net/bnbt/distinfo @@ -1,2 +1,2 @@ -MD5 (bnbt75b-2.zip) = 57586cf9e487cc9f09e0e6f351c2a54a -SIZE (bnbt75b-2.zip) = 861997 +MD5 (bnbt75b-3.zip) = 910ade55f898e085193c9fa72f3d88fd +SIZE (bnbt75b-3.zip) = 862648 diff --git a/net/bnbt/pkg-plist b/net/bnbt/pkg-plist deleted file mode 100644 index 4b7ba5b2c742..000000000000 --- a/net/bnbt/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/bnbt -%%DATADIR%%/footer.html -%%DATADIR%%/header.html -%%DATADIR%%/lesser.txt -%%DATADIR%%/readme.txt -%%DATADIR%%/users.txt -@dirrm share/bnbt |