ports/128570: Correct typos in www/rt36

Steven Kreuzer skreuzer at exit2shell.com
Mon Nov 3 21:10:03 UTC 2008


>Number:         128570
>Category:       ports
>Synopsis:       Correct typos in www/rt36
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 21:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        6.3-STABLE
>Organization:
>Environment:
FreeBSD slurry.exit2shell.com 6.3-STABLE FreeBSD 6.3-STABLE #1: Fri May 23 20:22:28 EDT 2008     root at biggierat.sddi.net:/usr/obj/usr/src/sys/SMP  amd64
>Description:
The Makefile for www/rt36 currently has the following

MASTER_SITES?=
COMMENT?=

The attached patch will correct this
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/www/rt36/Makefile,v
retrieving revision 1.67
diff -u -r1.67 Makefile
--- Makefile	24 Oct 2008 12:42:06 -0000	1.67
+++ Makefile	3 Nov 2008 20:35:11 -0000
@@ -9,7 +9,7 @@
 PORTVERSION?=	3.6.7
 PORTREVISION=	1
 CATEGORIES=	www
-MASTER_SITES?=	http://download.bestpractical.com/pub/rt/release/ \
+MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/ \
 		http://download.bestpractical.com/pub/rt/devel/ \
 		ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ \
 		ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/devel/
@@ -17,7 +17,7 @@
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	vivek at khera.org
-COMMENT?=	RT is an industrial-grade ticketing system written in Perl
+COMMENT=	RT is an industrial-grade ticketing system written in Perl
 
 PERL_MODULES =	${APXS}:${PORTSDIR}/${APACHE_PORT} \
 		${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \


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



More information about the freebsd-ports-bugs mailing list