Okay?

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/ginac/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    11 Jul 2011 14:04:42 -0000      1.15
+++ Makefile    17 Aug 2011 23:52:49 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=       GiNaC is Not a Computer Algebra System (CAS)
 
-DISTNAME=      ginac-1.5.8
-REVISION=      2
-SHARED_LIBS += ginac   2.0     # 0.3
+DISTNAME=      ginac-1.6.1
+SHARED_LIBS += ginac   3.0     # 0.3
 CATEGORIES=    math
 
 HOMEPAGE=      http://www.ginac.de/
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/ginac/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    24 Oct 2010 22:36:37 -0000      1.5
+++ distinfo    17 Aug 2011 23:52:49 -0000
@@ -1,5 +1,5 @@
-MD5 (ginac-1.5.8.tar.bz2) = hpOzycNGdpQDLOnIswY9TA==
-RMD160 (ginac-1.5.8.tar.bz2) = kAXIYl/a11Ou5UhG23TqR7gSStc=
-SHA1 (ginac-1.5.8.tar.bz2) = Qud6tfnH+Pq0ra608smpP2GL9mo=
-SHA256 (ginac-1.5.8.tar.bz2) = jOcucPdTnporMlOeE+tlH9aI0UI92QvPC5w3tZLPwt0=
-SIZE (ginac-1.5.8.tar.bz2) = 1003965
+MD5 (ginac-1.6.1.tar.bz2) = 04Pz7lD4j/obOWb9sR0PEg==
+RMD160 (ginac-1.6.1.tar.bz2) = iBHvhsKCF+qTX2LmvDGVxflcq5c=
+SHA1 (ginac-1.6.1.tar.bz2) = DGgF8y/+aiDgoq6tGHqXWx9QSA0=
+SHA256 (ginac-1.6.1.tar.bz2) = BljEpSjzeHHF7CRJY3P+3k4+WdMiO+r4gMdfB6nC9oA=
+SIZE (ginac-1.6.1.tar.bz2) = 1048724
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/math/ginac/patches/patch-configure,v
retrieving revision 1.4
diff -u -p -r1.4 patch-configure
--- patches/patch-configure     24 Oct 2010 22:36:37 -0000      1.4
+++ patches/patch-configure     17 Aug 2011 23:52:49 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.4 2010/10/24 22:36:37 pirofti Exp $
---- configure.orig     Tue Jul  6 15:41:06 2010
-+++ configure  Sun Oct 24 22:08:49 2010
-@@ -10803,7 +10803,7 @@ if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+--- configure.orig     Mon Jul 18 22:09:56 2011
++++ configure  Thu Aug 18 02:17:28 2011
+@@ -11473,7 +11473,7 @@ if ${ac_cv_lib_dl_dlopen+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.4 2010/10/
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -10856,7 +10856,7 @@ if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
+@@ -11526,7 +11526,7 @@ if ${ac_cv_lib_dld_shl_load+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.4 2010/10/
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -10899,7 +10899,7 @@ if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+@@ -11569,7 +11569,7 @@ if ${ac_cv_lib_dl_dlopen+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -28,7 +28,7 @@ $OpenBSD: patch-configure,v 1.4 2010/10/
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -10977,7 +10977,7 @@ if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
+@@ -11647,7 +11647,7 @@ if ${ac_cv_lib_dld_dld_link+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -37,7 +37,7 @@ $OpenBSD: patch-configure,v 1.4 2010/10/
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -15504,14 +15504,14 @@ fi
+@@ -16399,14 +16399,14 @@ fi
  
  if test "$CONFIG_EXCOMPILER" = "yes"; then
                        found_dlopen_lib="no"
@@ -45,7 +45,7 @@ $OpenBSD: patch-configure,v 1.4 2010/10/
 +      DL_LIBS=""
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" 
>&5
  $as_echo_n "checking for dlopen in -ldl... " >&6; }
- if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+ if ${ac_cv_lib_dl_dlopen+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
Index: patches/patch-ginac_Makefile_in
===================================================================
RCS file: patches/patch-ginac_Makefile_in
diff -N patches/patch-ginac_Makefile_in
--- patches/patch-ginac_Makefile_in     24 Oct 2010 22:36:37 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-ginac_Makefile_in,v 1.4 2010/10/24 22:36:37 pirofti Exp $
---- ginac/Makefile.in.orig     Tue Jul  6 15:41:09 2010
-+++ ginac/Makefile.in  Sun Oct 24 20:33:18 2010
-@@ -318,7 +318,7 @@ polynomial/primpart_content.cpp \
- polynomial/smod_helpers.h \
- polynomial/debug.h
- 
--libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -release $(LT_RELEASE)
-+libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
- libginac_la_LIBADD = $(DL_LIBS)
- ginacincludedir = $(includedir)/ginac
- ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h 
class_info.h \

Reply via email to