Skip to content

Commit

Permalink
irc/eggdrop: Update to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed Apr 6, 2021
1 parent 8adc55f commit 283bf6c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions irc/eggdrop/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Ulrich Spoerlein <q@uni.de>

PORTNAME= eggdrop
PORTVERSION= 1.8.4
PORTVERSION= 1.9.0
DISTVERSIONPREFIX= v
CATEGORIES= irc

Expand Down Expand Up @@ -81,7 +81,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/scripts
.for f in CONTENTS action.fix.tcl autobotchk alltools.tcl botchk \
cmd_resolve.tcl compat.tcl dccwhois.tcl getops.tcl klined.tcl notes2.tcl ques5.tcl \
quotepass.tcl quotepong.tcl sentinel.tcl userinfo.tcl weed
quotepong.tcl sentinel.tcl userinfo.tcl weed
${INSTALL_DATA} ${WRKSRC}/scripts/${f} ${STAGEDIR}${DATADIR}/scripts
.endfor
@${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help
Expand Down
6 changes: 3 additions & 3 deletions irc/eggdrop/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1574378274
SHA256 (eggheads-eggdrop-v1.8.4_GH0.tar.gz) = 960c7813ccd70e14ac145941f253c8ab394e8876b0ff0cff8327438533419fdf
SIZE (eggheads-eggdrop-v1.8.4_GH0.tar.gz) = 1766635
TIMESTAMP = 1617751069
SHA256 (eggheads-eggdrop-v1.9.0_GH0.tar.gz) = a34d1714ad3dd548120d7b5e246a44c6ce5eec72a8762521f9102f77596b3bc6
SIZE (eggheads-eggdrop-v1.9.0_GH0.tar.gz) = 2194140
8 changes: 7 additions & 1 deletion irc/eggdrop/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ man/man1/eggdrop.1.gz
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.ctcp
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.dns
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.filesys
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.ident
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.irc
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.notes
%%PORTDOCS%%%%DOCSDIR%%/settings/mod.seen
Expand Down Expand Up @@ -89,35 +90,41 @@ man/man1/eggdrop.1.gz
%%DATADIR%%/language/assoc.finnish.lang
%%DATADIR%%/language/assoc.french.lang
%%DATADIR%%/language/assoc.german.lang
%%DATADIR%%/language/assoc.italian.lang
%%DATADIR%%/language/assoc.portuguese.lang
%%DATADIR%%/language/console.danish.lang
%%DATADIR%%/language/console.english.lang
%%DATADIR%%/language/console.finnish.lang
%%DATADIR%%/language/console.french.lang
%%DATADIR%%/language/console.german.lang
%%DATADIR%%/language/console.italian.lang
%%DATADIR%%/language/console.portuguese.lang
%%DATADIR%%/language/core.danish.lang
%%DATADIR%%/language/core.english.lang
%%DATADIR%%/language/core.finnish.lang
%%DATADIR%%/language/core.french.lang
%%DATADIR%%/language/core.german.lang
%%DATADIR%%/language/core.italian.lang
%%DATADIR%%/language/core.portuguese.lang
%%DATADIR%%/language/filesys.danish.lang
%%DATADIR%%/language/filesys.english.lang
%%DATADIR%%/language/filesys.finnish.lang
%%DATADIR%%/language/filesys.french.lang
%%DATADIR%%/language/filesys.german.lang
%%DATADIR%%/language/filesys.italian.lang
%%DATADIR%%/language/notes.danish.lang
%%DATADIR%%/language/notes.english.lang
%%DATADIR%%/language/notes.finnish.lang
%%DATADIR%%/language/notes.french.lang
%%DATADIR%%/language/notes.german.lang
%%DATADIR%%/language/notes.italian.lang
%%DATADIR%%/language/notes.portuguese.lang
%%DATADIR%%/language/transfer.danish.lang
%%DATADIR%%/language/transfer.english.lang
%%DATADIR%%/language/transfer.finnish.lang
%%DATADIR%%/language/transfer.french.lang
%%DATADIR%%/language/transfer.german.lang
%%DATADIR%%/language/transfer.italian.lang
%%DATADIR%%/language/transfer.portuguese.lang
%%DATADIR%%/scripts/CONTENTS
%%DATADIR%%/scripts/action.fix.tcl
Expand All @@ -134,7 +141,6 @@ man/man1/eggdrop.1.gz
%%DATADIR%%/scripts/klined.tcl
%%DATADIR%%/scripts/notes2.tcl
%%DATADIR%%/scripts/ques5.tcl
%%DATADIR%%/scripts/quotepass.tcl
%%DATADIR%%/scripts/quotepong.tcl
%%DATADIR%%/scripts/sentinel.tcl
%%DATADIR%%/scripts/userinfo.tcl
Expand Down

0 comments on commit 283bf6c

Please sign in to comment.