From owner-freebsd-ports Fri Oct 18 11: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2601637B406 for ; Fri, 18 Oct 2002 11:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311D543E9C for ; Fri, 18 Oct 2002 11:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9II08x3095947 for ; Fri, 18 Oct 2002 11:00:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9II08NM095946; Fri, 18 Oct 2002 11:00:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 494DF37B401 for ; Fri, 18 Oct 2002 10:53:36 -0700 (PDT) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A58F43E6E for ; Fri, 18 Oct 2002 10:53:35 -0700 (PDT) (envelope-from yoshiaki@kt.rim.or.jp) Received: from mail1.rim.or.jp by serio.al.rim.or.jp (3.7W/HMX-13) id CAA13399 for ; Sat, 19 Oct 2002 02:53:33 +0900 (JST) Received: from kt.rim.or.jp (yoshiaki.st.rim.or.jp [202.247.140.34]) by mail1.rim.or.jp (3.7W) id CAA09640 for ; Sat, 19 Oct 2002 02:53:33 +0900 (JST) Received: from singer.tertio.atoll (localhost [127.0.0.1]) by kt.rim.or.jp (8.12.6/8.12.6) with ESMTP id g9IHrRur003235 for ; Sat, 19 Oct 2002 02:53:27 +0900 (JST) (envelope-from yoshiaki@kt.rim.or.jp) Received: (from yoshiaki@localhost) by singer.tertio.atoll (8.12.6/8.12.6/Submit) id g9IHrQSO003234; Sat, 19 Oct 2002 02:53:26 +0900 (JST) (envelope-from yoshiaki) Message-Id: <200210181753.g9IHrQSO003234@singer.tertio.atoll> Date: Sat, 19 Oct 2002 02:53:26 +0900 (JST) From: Yoshiaki Uchikawa Reply-To: Yoshiaki Uchikawa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44216: pari-devel update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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