ports/154735: science/cgnslib: upgrade to 2.5-5

Thierry Thomas thierry at FreeBSD.org
Sun Feb 13 14:00:24 UTC 2011


>Number:         154735
>Category:       ports
>Synopsis:       science/cgnslib: upgrade to 2.5-5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 14:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
Kabbale Eros
>Environment:
N/A.


>Description:
	- Upgrade to 2.5-5.

	Changelog at
	<https://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/>

	- Set the license.

>How-To-Repeat:
	N/A

>Fix:
	Apply the following patch.

	Note: this changes the dependency on HDF5 from hdf5 to hdf5-18;
	since hdf5 and hdf5-18 conflict, this implies to change also
	the dependencies of ports depending both on HDF5 and cgnslib:

	- cad/salome-kernel
	- cad/salome-med
	- french/aster
	- french/med
	- science/ecs
	- science/fvm

	I'm going to send a separate PR for this switch.

--- cgnslib.diff begins here ---
diff -urN science/cgnslib.orig/Makefile science/cgnslib/Makefile
--- science/cgnslib.orig/Makefile	2009-09-17 22:41:20.000000000 +0200
+++ science/cgnslib/Makefile	2011-02-12 16:40:39.000000000 +0100
@@ -6,22 +6,26 @@
 #
 
 PORTNAME=	cgnslib
-DISTVERSION=	2.5-3
-PORTREVISION=	2
+DISTVERSION=	2.5-5
 CATEGORIES=	science
-MASTER_SITES=	SF/cgns/${PORTNAME}_2.5/Release%203
+MASTER_SITES=	SF/cgns/${PORTNAME}_${PORTVERSION:R}/Release%20${PORTVERSION:E}
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	CFD General Notation System library code
 
+LICENSE=	AS-IS
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_NAME=	AS-IS
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared=all
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 USE_LDCONFIG=	yes
 
 .if !defined(WITHOUT_HDF5)
-LIB_DEPENDS+=	hdf5.0:${PORTSDIR}/science/hdf5
+LIB_DEPENDS+=	hdf5.6:${PORTSDIR}/science/hdf5-18
 CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE}
 PLIST_SUB=	HDF5=""
 .else
diff -urN science/cgnslib.orig/distinfo science/cgnslib/distinfo
--- science/cgnslib.orig/distinfo	2008-04-06 13:35:29.000000000 +0200
+++ science/cgnslib/distinfo	2011-02-12 16:01:04.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (cgnslib_2.5-3.tar.gz) = cf83a0101047f4d5a6c8b0db833ce100
-SHA256 (cgnslib_2.5-3.tar.gz) = 6d8cdf4cd807efa2766f089ec6440812ed4352f0342476cd949cff50a2302ca9
-SIZE (cgnslib_2.5-3.tar.gz) = 394362
+SHA256 (cgnslib_2.5-5.tar.gz) = 038760e66c50050f596168a7ce6405810d883e6eeaa363f38185ed2e74f907f1
+SIZE (cgnslib_2.5-5.tar.gz) = 398661
--- cgnslib.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list