Skip to content

Commit

Permalink
Version bump to 4.1.3. Thanks to Bryan Blackburn!
Browse files Browse the repository at this point in the history
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@9248 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Gregory Wright committed Nov 11, 2004
1 parent b75ea43 commit 3fedd05
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions devel/gmp/Portfile
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.13 2004/02/21 23:29:32 gwright Exp $ # $Id: Portfile,v 1.14 2004/11/11 14:18:47 gwright Exp $


PortSystem 1.0 PortSystem 1.0
name gmp name gmp
version 4.1.2 version 4.1.3
categories devel math categories devel math
maintainers gwright@comcast.net maintainers gwright@opendarwin.org
platforms darwin freebsd platforms darwin freebsd
description GNU multiple precision arithmetic library description GNU multiple precision arithmetic library
long_description \ long_description \
Expand All @@ -24,9 +24,11 @@ homepage http://www.swox.com/gmp


master_sites gnu master_sites gnu


checksums md5 01c7fbd6abbb8824a22161f6c6bbdaf0 checksums md5 65598b329290cdc1fcb73b6b18891baf
use_bzip2 yes


configure.args --infodir=\\\${prefix}/share/info configure.args --infodir=\\\${prefix}/share/info


post-destroot { system "ranlib ${destroot}${prefix}/lib/libgmp.a" post-destroot { system "ranlib ${destroot}${prefix}/lib/libgmp.a"
ui_info "Execute sudo ranlib ${prefix}/lib/libgmp.a"} ui_info "Execute sudo ranlib ${prefix}/lib/libgmp.a"}

0 comments on commit 3fedd05

Please sign in to comment.