Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Jun 2000 11:21:41 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19032: Update port: net/openam
Message-ID:  <20000605182141.F161837BA5B@hub.freebsd.org>

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

>Number:         19032
>Category:       ports
>Synopsis:       Update port: net/openam
>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:30:01 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/openam/Makefile net/openam/Makefile
--- /usr/ports/net/openam/Makefile	Wed May  3 15:24:41 2000
+++ net/openam/Makefile	Tue Jun  6 02:50:51 2000
@@ -6,19 +6,19 @@
 #
 
 PORTNAME=	openam
-PORTVERSION=	0.2.alpha1
+PORTVERSION=	0.2a1
 CATEGORIES=	net
 MASTER_SITES=	http://www.openh323.org/bin/ \
 		http://www.de.openh323.org/bin/ \
 		http://www.ru.openh323.org/bin/
 
-DISTNAME=	openam_0.2alpha1
+DISTNAME=	${PORTNAME}_${PORTVERSION:S/a/alpha/}
 
-MAINTAINER=	roger@freebsd.org
+MAINTAINER=	roger@FreeBSD.org
 
 BUILD_DEPENDS=	/nonexistent:${PORTSDIR}/net/openh323:build
 
-WRKSRC=		${WRKDIR}/openam
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NOCLEANDEPENDS=	yes
 
diff -urN /usr/ports/net/openam/pkg/DESCR net/openam/pkg/DESCR
--- /usr/ports/net/openam/pkg/DESCR	Wed May  3 15:24:41 2000
+++ net/openam/pkg/DESCR	Tue Jun  6 02:53:04 2000
@@ -7,5 +7,4 @@
 
 It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
 
-For more information see
-http://www.openh323.org
+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?20000605182141.F161837BA5B>