diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-03-04 05:22:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-03-04 05:22:25 +0800 |
commit | 2ef35d407e8dde86f1a8e84d4c0221500d300d9a (patch) | |
tree | 9cdea300fe52b7327ed68aecc3211731c223ac59 /irc | |
parent | 4c7d339447ea25f3ce328af187723121c53828be (diff) | |
download | freebsd-ports-gnome-2ef35d407e8dde86f1a8e84d4c0221500d300d9a.tar.gz freebsd-ports-gnome-2ef35d407e8dde86f1a8e84d4c0221500d300d9a.tar.zst freebsd-ports-gnome-2ef35d407e8dde86f1a8e84d4c0221500d300d9a.zip |
- update to 3.29
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 6 | ||||
-rw-r--r-- | irc/iroffer-dinoex/distinfo | 4 | ||||
-rw-r--r-- | irc/iroffer-dinoex/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index cb73339304c3..1151092d77cd 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= iroffer -PORTVERSION= 3.28 +PORTVERSION= 3.29 CATEGORIES= irc MASTER_SITES= http://iroffer.dinoex.net/ PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2} @@ -16,6 +16,7 @@ CONFLICTS= iroffer-1* iroffer-lamm-1.* HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure MAN1= iroffer.1 +MAN7= xdcc.7 CONFIGURE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}" LOCALBASE="${LOCALBASE}" ALL_TARGET= all-lang doc USE_RC_SUBR= iroffer-dinoex @@ -36,7 +37,7 @@ IROFFER_EXAMPLES= iroffer.cron \ sample.config beispiel.config exemple.config \ header.html footer.html ruby-sample.rb 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_DEFAULT=CURL RUBY UPNP GEOIP @@ -82,6 +83,7 @@ do-install: .endfor .endif ${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${PREFIX}/man/man7/ @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/irc/iroffer-dinoex/distinfo b/irc/iroffer-dinoex/distinfo index a9b763abd591..0494cd6c53c4 100644 --- a/irc/iroffer-dinoex/distinfo +++ b/irc/iroffer-dinoex/distinfo @@ -1,2 +1,2 @@ -SHA256 (iroffer-dinoex-3.28.tar.gz) = b96e9415f506eb7c15edec53cbeb96946739ea697fb4fea819184b1d4535c1b1 -SIZE (iroffer-dinoex-3.28.tar.gz) = 526729 +SHA256 (iroffer-dinoex-3.29.tar.gz) = d96c307062552878d7594e280eef3a8669b4af955f1efe1d6e3e7ad660f9a6fb +SIZE (iroffer-dinoex-3.29.tar.gz) = 537027 diff --git a/irc/iroffer-dinoex/pkg-plist b/irc/iroffer-dinoex/pkg-plist index 61488a103819..2e7cb2e1c705 100644 --- a/irc/iroffer-dinoex/pkg-plist +++ b/irc/iroffer-dinoex/pkg-plist @@ -39,6 +39,7 @@ bin/iroffer-it %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.config %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/info.txt.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/iroffer-state.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/json.txt.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/md5.txt.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/robots.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/sfv.txt.rb |