Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 02:53:26 +0900 (JST)
From:      Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44216: pari-devel update 
Message-ID:  <200210181753.g9IHrQSO003234@singer.tertio.atoll>

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

>Number:         44216
>Category:       ports
>Synopsis:       pari-devel update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 11:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Uchikawa
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD singer.tertio.atoll 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 17 23:08:39 JST 2002 yoshiaki@singer.tertio.atoll:/usr/src/sys/i386/compile/CRUSE i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:
Masaharu FUJITA <m@fjts.org> send me this patch.
It works fine in my environment.

diff -durN pari-devel.orig/Makefile pari-devel/Makefile
--- pari-devel.orig/Makefile	Thu Oct 17 10:44:36 2002
+++ pari-devel/Makefile	Thu Oct 17 10:55:15 2002
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	pari
-PORTVERSION=	2.2.3.a
+PORTVERSION=	${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}.a
 CATEGORIES=	math
-MASTER_SITES=	ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.2/
-DISTNAME=	pari-2.2.3.alpha
+MASTER_SITES=	ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.2/ \
+		http://www.gn-50uma.de/ftp/pari-2.2/
+DISTNAME=	pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}.alpha
 
 MAINTAINER=	yoshiaki@kt.rim.or.jp
 
@@ -23,6 +24,11 @@
 
 USE_GMAKE=	yes
 MAKE_ARGS=	gp
+PLIST_SUB=	MAJOR_VERSION=${MAJOR_VERSION} MINOR_VERSION=${MINOR_VERSION} REV_VERSION=${REV_VERSION}
+
+MAJOR_VERSION=	2
+MINOR_VERSION=	2
+REV_VERSION=	4
 
 MAN1=		gp.1 gphelp.1 tex2mail.1
 MLINKS=		gp.1 pari.1
diff -durN pari-devel.orig/distinfo pari-devel/distinfo
--- pari-devel.orig/distinfo	Thu Oct 17 10:44:36 2002
+++ pari-devel/distinfo	Thu Oct 17 10:51:42 2002
@@ -1 +1 @@
-MD5 (pari-2.2.3.alpha.tar.gz) = 1846141945facf83afb2eda01c68b41a
+MD5 (pari-2.2.4.alpha.tar.gz) = da104962785bf06956a83eee6074f5d0
diff -durN pari-devel.orig/pkg-plist pari-devel/pkg-plist
--- pari-devel.orig/pkg-plist	Thu Oct 17 10:44:36 2002
+++ pari-devel/pkg-plist	Thu Oct 17 10:55:07 2002
@@ -1,4 +1,4 @@
-bin/gp-2.2
+bin/gp-%%MAJOR_VERSION%%.%%MINOR_VERSION%%
 bin/gp
 bin/tex2mail
 bin/gphelp
@@ -15,9 +15,9 @@
 include/pari/pariport.h
 include/pari/paridecl.h
 include/pari/genpari.h
-lib/libpari-2.2.so.3.0.0
-lib/libpari-2.2.so.3
-lib/libpari-2.2.so
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%.0.0
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so
 share/doc/pari/AUTHORS
 share/doc/pari/Announce.2.1
 share/doc/pari/CHANGES
diff -durN pari-devel.orig/pkg-plist.emacs pari-devel/pkg-plist.emacs
--- pari-devel.orig/pkg-plist.emacs	Thu Oct 17 10:44:36 2002
+++ pari-devel/pkg-plist.emacs	Thu Oct 17 10:55:33 2002
@@ -1,4 +1,4 @@
-bin/gp-2.2
+bin/gp-%%MAJOR_VERSION%%.%%MINOR_VERSION%%
 bin/gp
 bin/tex2mail
 bin/gphelp
@@ -15,9 +15,9 @@
 include/pari/pariport.h
 include/pari/paridecl.h
 include/pari/genpari.h
-lib/libpari-2.2.so.3.0.0
-lib/libpari-2.2.so.3
-lib/libpari-2.2.so
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%.0.0
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so
 share/doc/pari/emacs/pari.el
 share/doc/pari/emacs/pariemacs.txt
 share/doc/pari/emacs/with-syntax.el


	


>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?200210181753.g9IHrQSO003234>