Bug 68715 - Update GSL to version 1.5
Summary: Update GSL to version 1.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-06 03:20 UTC by Jonathan
Modified: 2004-07-06 14:55 UTC (History)
0 users

See Also:


Attachments
file.diff (883 bytes, patch)
2004-07-06 03:20 UTC, Jonathan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan 2004-07-06 03:20:11 UTC
This is the update for the new version of GNU Scientific Libraries (GSL)
ver 1.5. The following bugs were fixed in ver. 1.5 :

Fix: Apply the following patches. The port was tested with portlint -Av and
showed only one minor warning. The port was also tested in accordance
with sect. 3.4, of the Porters Handbook and only one warning occurred
Namely, that the directory /usr/local/libdata/pkgconfig could not be
deleted. This was so as it contained other files besides the ones
pertaining to GSL.

--=-/l+BUD6BheuqWXpRpSsT
Content-Disposition: attachment; filename=Makefile.diff
Content-Type: text/x-patch; name=Makefile.diff; charset=us-ascii
Content-Transfer-Encoding: 7bit

--=-/l+BUD6BheuqWXpRpSsT
Content-Disposition: attachment; filename=gslpkg-plits.diff
Content-Type: text/x-patch; name=gslpkg-plits.diff; charset=us-ascii
Content-Transfer-Encoding: 7bit



--=-/l+BUD6BheuqWXpRpSsT----IpWxGqmOoUtv2OL0YAR3LLrlXAk92UKL4WSXs7YTMpJFvZfM
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /home/xfce/GSL/Makefile	Mon Jul  5 14:47:20 2004
+++ Makefile	Mon Jul  5 15:38:16 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gsl
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,7 +15,7 @@
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 .endif
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jon.drews@gmail.com
 COMMENT=	The GNU Scientific Library - mathematical libs
 
 INSTALLS_SHLIB=	yes
How-To-Repeat: N/A  this is an update.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-06 14:54:01 UTC
State Changed
From-To: open->closed

Committed, thanks! 
NB: - distinfo wasn't updated 
- the rmdir-line was okay, cf. Sec. 16.11 of the 
Porter's Handbook