View | Details | Raw Unified | Return to bug 217768
Collapse All | Expand All

(-)irc/irssi-scripts/Makefile (-5 / +5 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	irssi-scripts
4
PORTNAME=	irssi-scripts
5
PORTVERSION=	20131030
5
PORTVERSION=	20160301
6
PORTREVISION=	1
7
CATEGORIES=	irc
6
CATEGORIES=	irc
8
MASTER_SITES=	http://ftp.debian.org/debian/pool/main/i/${PORTNAME}/
7
MASTER_SITES=	DEBIAN_POOL
9
DISTFILES=	${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
8
DISTNAME=	${PORTNAME}_${PORTVERSION}
10
9
11
MAINTAINER=	jadawin@FreeBSD.org
10
MAINTAINER=	jadawin@FreeBSD.org
12
COMMENT=	Collection of useful scripts for the irssi IRC-client
11
COMMENT=	Collection of useful scripts for the irssi IRC-client
Lines 15-21 Link Here
15
14
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
16
18
USES=		shebangfix
17
USES=		shebangfix \
18
		tar:xz
19
SHEBANG_FILES=	scripts/*.pl
19
SHEBANG_FILES=	scripts/*.pl
20
perl_OLD_CMD=	/usr/pkg/bin/perl /usr/bin/irssi
20
perl_OLD_CMD=	/usr/pkg/bin/perl /usr/bin/irssi
21
NO_BUILD=	yes
21
NO_BUILD=	yes
(-)irc/irssi-scripts/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (irssi-scripts_20131030.tar.gz) = b5a50cf37d44f9ae7bd7444f8f112173a58ed3ab40076bac70ea34a47f7ae8aa
1
TIMESTAMP = 1489430214
2
SIZE (irssi-scripts_20131030.tar.gz) = 752560
2
SHA256 (irssi-scripts_20160301.tar.xz) = c01a236e3f2e31e1eb4c8133d67af7040a46de3d4dd607e05e1d39aff6c93055
3
SIZE (irssi-scripts_20160301.tar.xz) = 567720
(-)irc/irssi-scripts/files/patch-scripts__ipupdate.pl (-3 / +3 lines)
Lines 1-6 Link Here
1
--- scripts/ipupdate.pl	2010-05-12 09:09:48.000000000 +0200
1
--- scripts/ipupdate.pl.orig	2013-05-11 21:56:14 UTC
2
+++ scripts/ipupdate.pl	2009-08-24 15:33:20.000000000 +0200
2
+++ scripts/ipupdate.pl
3
@@ -24,10 +24,10 @@
3
@@ -24,10 +24,10 @@ $VERSION = '1.2';
4
 
4
 
5
 sub ipset {
5
 sub ipset {
6
 	my $user = LWP::UserAgent->new(timeout => 30);
6
 	my $user = LWP::UserAgent->new(timeout => 30);

Return to bug 217768