From nobody@FreeBSD.ORG  Mon Jun  5 11:19:58 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 42BDD37BCD9; Mon,  5 Jun 2000 11:19:58 -0700 (PDT)
Message-Id: <20000605181958.42BDD37BCD9@hub.freebsd.org>
Date: Mon,  5 Jun 2000 11:19:58 -0700 (PDT)
From: tkato@prontomail.ne.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: net/openh323
X-Send-Pr-Version: www-1.0

>Number:         19031
>Category:       ports
>Synopsis:       Update port: net/openh323
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 05 11:20:02 PDT 2000
>Closed-Date:    Thu Jun 8 00:08:38 PDT 2000
>Last-Modified:  Thu Jun 08 00:12:42 PDT 2000
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix PORTVERSION to meet porting guideline
- freebsd.org -> FreeBSD.org
- Add WWW: line into pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/openh323/Makefile net/openh323/Makefile
--- /usr/ports/net/openh323/Makefile	Wed May  3 05:32:44 2000
+++ net/openh323/Makefile	Tue Jun  6 02:49:48 2000
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	openh323
-PORTVERSION=	1.1.beta1
+PORTVERSION=	1.1b1
 CATEGORIES=	net
 MASTER_SITES=	http://www.openh323.org/bin/ \
 		http://www.de.openh323.org/bin/ \
 		http://www.ru.openh323.org/bin/
-DISTFILES=	openh323_1.1beta1${EXTRACT_SUFX} \
+DISTFILES=	${PORTNAME}_${PORTVERSION:S/b/bata/}${EXTRACT_SUFX} \
 		pwlib_min_1.1pl15.tar.gz
 
-MAINTAINER=	roger@freebsd.org
+MAINTAINER=	roger@FreeBSD.org
 
-WRKSRC=         ${WRKDIR}/openh323
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_NEWGCC=	yes
 USE_BISON=	yes
@@ -27,11 +27,10 @@
 		OPENH323DIR=${WRKDIR}/openh323
 THE_MACHTYPE=	${ARCH:S/i386/x86/}
 MAKE_ARGS=	OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
+MAN1=		ohphone.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1/ohphone.1
-
-MAN1=		ohphone.1
+	${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/openh323/pkg/DESCR net/openh323/pkg/DESCR
--- /usr/ports/net/openh323/pkg/DESCR	Mon May  1 21:50:55 2000
+++ net/openh323/pkg/DESCR	Tue Jun  6 02:52:20 2000
@@ -13,6 +13,4 @@
 applications that will compile and run on the BSD Unixes, Windows, Linux
 and a few other Unix variants. It was developed by Equivalence Ltd Pty.
 
-For more information see
-http://www.openh323.org
-http://www.equival.com
+WWW: http://www.openh323.org/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->roger 
Responsible-Changed-By: will 
Responsible-Changed-When: Mon Jun 5 11:24:29 PDT 2000 
Responsible-Changed-Why:  
Over to MAINTAINER. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19031 
State-Changed-From-To: open->closed 
State-Changed-By: roger 
State-Changed-When: Thu Jun 8 00:08:38 PDT 2000 
State-Changed-Why:  
openh323 port has been updated with the patch, except for this 
one change: 
-DISTFILES=     openh323_1.1beta1${EXTRACT_SUFX}  
+DISTFILES=     ${PORTNAME}_${PORTVERSION:S/b/bata/}${EXTRACT_SUFX}  

I felt this was over complicated and a search and replace 
function performed upon a definition to generate a filename 
would simply confuse any readers of the Makefile. 

(I think the PR author meant to put beta and not bata) 


http://www.freebsd.org/cgi/query-pr.cgi?pr=19031 
>Unformatted:
