Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 16:32:45 +0900 (JST)
From:      Sunagawa Koji <koj@ofug.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30886: upgrade port of lla.pl
Message-ID:  <20010928073245.1A949155316@ns.ofug.net>

next in thread | raw e-mail | index | archive | help

>Number:         30886
>Category:       ports
>Synopsis:       upgrade port of lla.pl
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 00:40:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sunagawa Koji
>Release:        FreeBSD 4.4-RC i386
>Organization:
Okinawa FreeBSD Users Group
>Environment:
System: FreeBSD ns.ofug.net 4.4-RC FreeBSD 4.4-RC #177: Mon Aug 27 07:40:20 JST 2001 root@ns.ofug.net:/usr/obj/usr/src/sys/SABANI i386

>Description:
	MASTER_SITE of port lla.pl have moved.
        and there is new version.

	Here is the diff.

diff -ruN lla.org/Makefile lla/Makefile
--- lla.org/Makefile	Wed Sep 26 16:08:25 2001
+++ lla/Makefile	Wed Sep 26 17:16:27 2001
@@ -5,11 +5,12 @@
 # $FreeBSD: ports/net/lla/Makefile,v 1.1 2001/05/20 02:35:36 will Exp $
 #
 
-PORTNAME=	lla
-PORTVERSION=	0.98p14
+PORTNAME=	lla.pl
+PORTVERSION=	0.99p1
 CATEGORIES=	net perl5
-MASTER_SITES=	http://www.umldap.com/lla/
-DISTNAME=	lla.pl
+#MASTER_SITES=	http://prdownloads.sourceforge.net/lla/lla.0.99.1.pl
+MASTER_SITES=	http://prdownloads.sourceforge.net/lla/
+DISTNAME=	lla.0.99.1.pl
 EXTRACT_SUFX=
 
 MAINTAINER=	koj@ofug.net
@@ -22,14 +23,14 @@
 NO_WRKSUBDIR=	yes
 
 EXTRACT_CMD=		${CP}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS=	.
+EXTRACT_BEFORE_ARGS=	
+EXTRACT_AFTER_ARGS=	./${PORTNAME}
 
 SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 SITE_ARCH_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
 
 do-install:
-	${CP} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin
-	${CHMOD} 755 ${PREFIX}/bin/${DISTNAME}
+	${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+	${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>
diff -ruN lla.org/distinfo lla/distinfo
--- lla.org/distinfo	Wed Sep 26 16:08:25 2001
+++ lla/distinfo	Fri Sep 28 16:12:33 2001
@@ -1 +1 @@
-MD5 (lla.pl) = 19977c285f013c0ff623c0cb3d2c4c1f
+MD5 (lla.0.99.1.pl) = 465e056f1dab3e06534edbea489b73ad
diff -ruN lla.org/files/patch-aa lla/files/patch-aa
--- lla.org/files/patch-aa	Wed Sep 26 16:08:25 2001
+++ lla/files/patch-aa	Wed Sep 26 17:16:58 2001
@@ -1,19 +1,19 @@
-*** lla.pl.orig	Wed May  2 14:27:49 2001
---- lla.pl	Wed May  2 14:28:14 2001
+*** lla.pl.orig	Wed Sep 26 16:22:29 2001
+--- lla.pl	Wed Sep 26 16:22:45 2001
 ***************
-*** 123,129 ****
-  else 
-  {
-   $MailSubject = "LDAP Log Analyse Report";
-!  open (EMAIL , "| /bin/mail -s \"$MailSubject\" $email");
-   print EMAIL $report;
-   close EMAIL;
-  
---- 123,129 ----
-  else 
-  {
-   $MailSubject = "LDAP Log Analyse Report";
-!  open (EMAIL , "| /usr/bin/mail -s \"$MailSubject\" $email");
-   print EMAIL $report;
-   close EMAIL;
-  
+*** 269,275 ****
+  if (@email) {
+      my $MailSubject = "LDAP Log Analyse Report";
+      my $all_email = join ' ', @email;
+!     open OUTPUT, "| /bin/mail -s \"$MailSubject\" $all_email";
+  } else {
+      open OUTPUT, ">&STDOUT";
+  }
+--- 269,275 ----
+  if (@email) {
+      my $MailSubject = "LDAP Log Analyse Report";
+      my $all_email = join ' ', @email;
+!     open OUTPUT, "| /usr/bin/mail -s \"$MailSubject\" $all_email";
+  } else {
+      open OUTPUT, ">&STDOUT";
+  }
diff -ruN lla.org/pkg-descr lla/pkg-descr
--- lla.org/pkg-descr	Wed Sep 26 16:08:25 2001
+++ lla/pkg-descr	Wed Sep 26 16:09:47 2001
@@ -6,5 +6,6 @@
 analyse other type of Logfiles. But feel free to give feedback on your
 experiments and contribute patches to the code. 
 
+WWW: http://sourceforge.net/projects/lla/
 --
 Ports by Sunagawa Koji <koj@ofug.net>
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010928073245.1A949155316>