diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-05 10:28:14 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-05 10:28:14 +0000 |
commit | 1d0cece6aae4d384c9004448ca0b06ac9b2a7b09 (patch) | |
tree | 3150582fa6786fe0d550319920b17a5d46cf595d /irc | |
parent | Update to 4.1.3 release: (diff) |
Update to 9.1, fix plist.
Notes
Notes:
svn path=/head/; revision=112948
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 7 | ||||
-rw-r--r-- | irc/insub/distinfo | 4 | ||||
-rw-r--r-- | irc/insub/pkg-plist | 7 |
3 files changed, 11 insertions, 7 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 5610a6ce197f..79450b02436a 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= insub -PORTVERSION= 8.9 +PORTVERSION= 9.1 PORTREVISION?= 0 CATEGORIES?= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ @@ -37,7 +37,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${SCRIPT} \ ${LOCALBASE}/share/irssi/scripts/${SCRIPT} for i in ${WRKSRC}/cows/* ; do \ - ${INSTALL_DATA} $$i ${LOCALBASE}/share/cows; \ + case `basename $$i` in \ + box.cow|jkh.cow|tux-stab.cow) ;; \ + *) ${INSTALL_DATA} $$i ${LOCALBASE}/share/cows; \ + esac \ done diff --git a/irc/insub/distinfo b/irc/insub/distinfo index 0e3c55e4f6a2..2450fe0cb6b0 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1,2 +1,2 @@ -MD5 (insub-8.9.tar.gz) = a514c7cd58437df271285819fa72e688 -SIZE (insub-8.9.tar.gz) = 33397 +MD5 (insub-9.1.tar.gz) = ab52968e80daee2bfa8913727b4d7c9b +SIZE (insub-9.1.tar.gz) = 34316 diff --git a/irc/insub/pkg-plist b/irc/insub/pkg-plist index 73774b4465e0..16214893f547 100644 --- a/irc/insub/pkg-plist +++ b/irc/insub/pkg-plist @@ -7,7 +7,6 @@ share/cows/baa.cow share/cows/bendover.cow share/cows/bigcow.cow share/cows/blam.cow -share/cows/box.cow share/cows/cack.cow share/cows/canada.cow share/cows/chick1.cow @@ -20,16 +19,17 @@ share/cows/duck.cow share/cows/ferret.cow share/cows/fish.cow share/cows/flag.cow +share/cows/flagasaur.cow share/cows/goatse.cow share/cows/gobble.cow share/cows/heart.cow share/cows/invdragon.cow share/cows/jesus.cow -share/cows/jkh.cow share/cows/limp.cow share/cows/nascar.cow share/cows/peek.cow share/cows/peepees.cow +share/cows/penii.cow share/cows/penis.cow share/cows/penisbird.cow share/cows/pman.cow @@ -42,9 +42,9 @@ share/cows/saq.cow share/cows/satan.cow share/cows/shark.cow share/cows/spam.cow +share/cows/standtall.cow share/cows/stud1.cow share/cows/stud2.cow -share/cows/tux-stab.cow share/cows/urinal.cow share/cows/usa.cow share/cows/wang.cow @@ -53,4 +53,5 @@ share/cows/wtf-pony.cow share/cows/wtf.cow share/cows/wtf2.cow share/cows/zig.cow +@dirrm share/cows share/irssi/scripts/insub.pl |