Update 20030507 to 20030825[1]. Following additional changes has made:

* spaces between macros and eqauls to tab(portlint)
* change %%DOCSDIR%% in pkg-plist(portlint)

PR:		56230
Submitted by:	Saito Tomokatsu <saito@saitou.org>[1]
This commit is contained in:
Kiriyama Kazuhiko 2003-09-10 13:11:11 +00:00
parent 9e885a28b5
commit 5cc7719d1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88935
5 changed files with 561 additions and 562 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= asir
PORTVERSION= 20030507
PORTVERSION= 20030825
CATEGORIES= math
MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \
ftp://ftp.asir.org/pub/asir/src/
@ -20,13 +20,14 @@ LIB_DEPENDS= pari-2.2:${PORTSDIR}/math/pari-devel
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes
USE_AUTOCONF= yes
USE_AUTOCONF= yes
USE_AUTOMAKE_VER= 15
USE_XLIB= yes
CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari=new
CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari=new
ASIR_DOC_VERSION= 20030507
ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz
MAN1= asir.1
PREFIX?= ${LOCALBASE}
WRKSRC= ${WRKDIR}/asir2000
LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \

View File

@ -1,2 +1,2 @@
MD5 (asir-20030507.tar.gz) = 78c3264965ba9fd267f05f2058fb1136
MD5 (asir-20030825.tar.gz) = 1732b4a5005a0b412086457b16ff1410
MD5 (asirdoc-20030507.tar.gz) = 979951db28ab688b326295babf25921a

View File

@ -1,10 +1,8 @@
--- include/version.h.orig Tue Jan 28 17:38:58 2003
+++ include/version.h Sun Mar 2 21:15:34 2003
@@ -47,5 +47,5 @@
*
* $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.90 2003/01/28 08:38:58 noro Exp $
--- include/version.h.orig Tue Jun 24 18:49:36 2003
+++ include/version.h Wed Jun 25 00:32:26 2003
@@ -48,4 +48,4 @@
* $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.108 2003/06/24 09:49:36 noro Exp $
*/
-#define ASIR_VERSION 20030507
#define ASIR_VERSION 20030825
-#define ASIR_DISTRIBUTION "Kobe"
+#define ASIR_VERSION 20030513
+#define ASIR_DISTRIBUTION "Plotting Group"

View File

@ -5,7 +5,7 @@
AC_INIT([LICENSE])
AC_PREREQ(2.53)
-AM_INIT_AUTOMAKE(asir, 20030307)
+AM_INIT_AUTOMAKE(asir, 20030502)
+AM_INIT_AUTOMAKE(asir, 20030825)
AM_MAINTAINER_MODE
AC_CANONICAL_SYSTEM

File diff suppressed because it is too large Load Diff