mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 3.29
This commit is contained in:
parent
0c6a465309
commit
cac85de11d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313381
3 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= iroffer
|
PORTNAME= iroffer
|
||||||
PORTVERSION= 3.28
|
PORTVERSION= 3.29
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= http://iroffer.dinoex.net/
|
MASTER_SITES= http://iroffer.dinoex.net/
|
||||||
PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2}
|
PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2}
|
||||||
|
@ -16,6 +16,7 @@ CONFLICTS= iroffer-1* iroffer-lamm-1.*
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_SCRIPT= Configure
|
CONFIGURE_SCRIPT= Configure
|
||||||
MAN1= iroffer.1
|
MAN1= iroffer.1
|
||||||
|
MAN7= xdcc.7
|
||||||
CONFIGURE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}" LOCALBASE="${LOCALBASE}"
|
CONFIGURE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}" LOCALBASE="${LOCALBASE}"
|
||||||
ALL_TARGET= all-lang doc
|
ALL_TARGET= all-lang doc
|
||||||
USE_RC_SUBR= iroffer-dinoex
|
USE_RC_SUBR= iroffer-dinoex
|
||||||
|
@ -36,7 +37,7 @@ IROFFER_EXAMPLES= iroffer.cron \
|
||||||
sample.config beispiel.config exemple.config \
|
sample.config beispiel.config exemple.config \
|
||||||
header.html footer.html ruby-sample.rb
|
header.html footer.html ruby-sample.rb
|
||||||
IROFFER_HTDOCS= iroffer-state.css robots.txt \
|
IROFFER_HTDOCS= iroffer-state.css robots.txt \
|
||||||
info.txt.rb md5.txt.rb sfv.txt.rb
|
info.txt.rb json.txt.rb md5.txt.rb sfv.txt.rb
|
||||||
|
|
||||||
OPTIONS_DEFINE= CURL RUBY UPNP GEOIP
|
OPTIONS_DEFINE= CURL RUBY UPNP GEOIP
|
||||||
OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
|
OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
|
||||||
|
@ -82,6 +83,7 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${PREFIX}/man/man1/
|
${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${PREFIX}/man/man1/
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${PREFIX}/man/man7/
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (iroffer-dinoex-3.28.tar.gz) = b96e9415f506eb7c15edec53cbeb96946739ea697fb4fea819184b1d4535c1b1
|
SHA256 (iroffer-dinoex-3.29.tar.gz) = d96c307062552878d7594e280eef3a8669b4af955f1efe1d6e3e7ad660f9a6fb
|
||||||
SIZE (iroffer-dinoex-3.28.tar.gz) = 526729
|
SIZE (iroffer-dinoex-3.29.tar.gz) = 537027
|
||||||
|
|
|
@ -39,6 +39,7 @@ bin/iroffer-it
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.config
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.config
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/info.txt.rb
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/info.txt.rb
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/iroffer-state.css
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/iroffer-state.css
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/json.txt.rb
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/md5.txt.rb
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/md5.txt.rb
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/robots.txt
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/robots.txt
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/sfv.txt.rb
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/sfv.txt.rb
|
||||||
|
|
Loading…
Add table
Reference in a new issue