mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
upgrade to 4.0.1
This commit is contained in:
parent
8bb4e529fd
commit
986fa7a80f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57709
6 changed files with 32 additions and 16 deletions
|
@ -6,19 +6,22 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgmp3
|
||||
PORTVERSION= 3.1.1
|
||||
PORTNAME= libgmp
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gmp
|
||||
DISTNAME= gmp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
CONFIGURE_TARGET= # empty
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s/--tag=CC//g" ${WRKSRC}/mpn/Makefile.in
|
||||
|
||||
pre-configure:
|
||||
@${LN} -fs ${LOCALBASE}/bin/libtool ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gmp-3.1.1.tar.gz) = 7c25f129df145fd6f72455926e911791
|
||||
MD5 (gmp-4.0.1.tar.gz) = a03b05cd83e2c4ef68b1c868499977e9
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
include/gmp.h
|
||||
lib/libgmp.a
|
||||
lib/libgmp.la
|
||||
lib/libgmp.so
|
||||
lib/libgmp.so.4
|
||||
lib/libgmp.so.5
|
||||
@unexec install-info --delete %D/info/gmp %D/info/dir
|
||||
info/gmp.info
|
||||
info/gmp.info-1
|
||||
info/gmp.info-2
|
||||
info/gmp.info-3
|
||||
info/gmp.info-4
|
||||
info/gmp.info-5
|
||||
info/gmp.info-6
|
||||
info/gmp.info-7
|
||||
info/gmp.info-8
|
||||
@exec install-info %D/info/gmp %D/info/dir
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgmp3
|
||||
PORTVERSION= 3.1.1
|
||||
PORTNAME= libgmp
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gmp
|
||||
DISTNAME= gmp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
CONFIGURE_TARGET= # empty
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s/--tag=CC//g" ${WRKSRC}/mpn/Makefile.in
|
||||
|
||||
pre-configure:
|
||||
@${LN} -fs ${LOCALBASE}/bin/libtool ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gmp-3.1.1.tar.gz) = 7c25f129df145fd6f72455926e911791
|
||||
MD5 (gmp-4.0.1.tar.gz) = a03b05cd83e2c4ef68b1c868499977e9
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
include/gmp.h
|
||||
lib/libgmp.a
|
||||
lib/libgmp.la
|
||||
lib/libgmp.so
|
||||
lib/libgmp.so.4
|
||||
lib/libgmp.so.5
|
||||
@unexec install-info --delete %D/info/gmp %D/info/dir
|
||||
info/gmp.info
|
||||
info/gmp.info-1
|
||||
info/gmp.info-2
|
||||
info/gmp.info-3
|
||||
info/gmp.info-4
|
||||
info/gmp.info-5
|
||||
info/gmp.info-6
|
||||
info/gmp.info-7
|
||||
info/gmp.info-8
|
||||
@exec install-info %D/info/gmp %D/info/dir
|
||||
|
|
Loading…
Add table
Reference in a new issue