Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2012 20:36:01 +0100 (CET)
From:      Rodrigo (ros) OSORIO <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173999: irc/cgiirc makefile update 
Message-ID:  <20121129193601.5F99C6020A7@oldfaithful.bebik.local>
Resent-Message-ID: <201211291940.qATJe0Ih033515@freefall.freebsd.org>

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

>Number:         173999
>Category:       ports
>Synopsis:       irc/cgiirc makefile update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 29 19:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rodrigo (ros) OSORIO
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Update Makefile to comply with the new rules.
	Fix licence section (reported by portlint)
	
>How-To-Repeat:
	
>Fix:

	



--- cgiirc.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 307812)
+++ Makefile	(working copy)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	cgiirc
-# Date created:		2005-07-17
-# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
+# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	cgiirc
 PORTVERSION=	0.5.10
@@ -14,10 +11,12 @@
 MAINTAINER=	rodrigo@bebik.net
 COMMENT=	IRC web gateway written in Perl
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/docs/COPYING
+
 USE_PERL5=	yes
 NO_BUILD=	yes
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/docs/COPYING
+
 pre-install:
 	@${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true
 
--- cgiirc.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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