Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Jun 2000 11:19:58 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19031: Update port: net/openh323
Message-ID:  <20000605181958.42BDD37BCD9@hub.freebsd.org>

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

>Number:         19031
>Category:       ports
>Synopsis:       Update port: net/openh323
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 05 11:20:02 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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