Skip site navigation (1)Skip section navigation (2)
Date:      22 Aug 2005 18:26:25 -0300
From:      Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85234: Update port: www/rt2 unbreak
Message-ID:  <20050822212625.19077.qmail@capeta.freebsdbrasil.com.br>
Resent-Message-ID: <200508222130.j7MLUM7q018246@freefall.freebsd.org>

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

>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 <bsd.port.post.mk>
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:



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