From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 21:30:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF9116A41F for ; Mon, 22 Aug 2005 21:30:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FFC43D5D for ; Mon, 22 Aug 2005 21:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MLUMuu018251 for ; Mon, 22 Aug 2005 21:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MLUM7q018246; Mon, 22 Aug 2005 21:30:22 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 21:30:22 GMT Resent-Message-Id: <200508222130.j7MLUM7q018246@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean Milanez Melo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC9116A41F for ; Mon, 22 Aug 2005 21:26:25 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 76B3843D48 for ; Mon, 22 Aug 2005 21:26:22 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: (qmail 19078 invoked by uid 0); 22 Aug 2005 18:26:25 -0300 Message-Id: <20050822212625.19077.qmail@capeta.freebsdbrasil.com.br> Date: 22 Aug 2005 18:26:25 -0300 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85234: Update port: www/rt2 unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean Milanez Melo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 21:30:34 -0000 >Number: 85234 >Category: ports >Synopsis: Update port: www/rt2 unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 21:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - Use pure_install instead install to don't create perllocal.pod to fix pkg-plist - fixed URL - Unbreak - Please, change the maintainer to jmelo@freebsdbrasil.com.br >How-To-Repeat: >Fix: --- rt2.diff begins here --- diff -ruN rt2.old/Makefile rt2/Makefile --- rt2.old/Makefile Sat Jun 11 13:13:12 2005 +++ rt2/Makefile Mon Aug 22 18:15:09 2005 @@ -9,10 +9,10 @@ PORTVERSION= 2.0.15 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://www.fsck.com/pub/rt/release/ +MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ DISTNAME= rt-${PORTVERSION:S/./-/g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= RT is an industrial-grade ticketing system written in Perl BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ @@ -154,9 +154,5 @@ post-install: @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif .include diff -ruN rt2.old/files/patch-Makefile rt2/files/patch-Makefile --- rt2.old/files/patch-Makefile Mon Nov 17 21:22:54 2003 +++ rt2/files/patch-Makefile Mon Aug 22 16:50:14 2005 @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Oct 4 11:48:46 2002 -+++ Makefile Wed Feb 12 03:13:22 2003 +--- Makefile.orig Fri Oct 4 15:48:46 2002 ++++ Makefile Mon Aug 22 16:31:13 2005 @@ -15,7 +15,7 @@ BRANCH = HEAD @@ -97,6 +97,15 @@ # }}} +@@ -300,7 +300,7 @@ + && make \ + && make test \ + && $(PERL) -p -i -e " s'!!RT_VERSION!!'$(RT_VERSION)'g;" blib/lib/RT.pm ;\ +- make install \ ++ make pure_install \ + INSTALLSITEMAN1DIR=$(RT_MAN_PATH)/man1 \ + INSTALLSITEMAN3DIR=$(RT_MAN_PATH)/man3 \ + DESTDIR=$(DESTDIR) \ @@ -312,7 +312,7 @@ --- rt2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: