diff options
author | lme <lme@FreeBSD.org> | 2010-06-02 14:59:05 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2010-06-02 14:59:05 +0800 |
commit | bb58b87e72834e7c7c1690c778ef9ba66908b3c5 (patch) | |
tree | 48bac2372790b284deff34ae5d44a01323016af1 /math/aribas | |
parent | 9afc70b60a78519e0c6b11841dab90c67dde76a5 (diff) | |
download | freebsd-ports-gnome-bb58b87e72834e7c7c1690c778ef9ba66908b3c5.tar.gz freebsd-ports-gnome-bb58b87e72834e7c7c1690c778ef9ba66908b3c5.tar.zst freebsd-ports-gnome-bb58b87e72834e7c7c1690c778ef9ba66908b3c5.zip |
- Update to 1.64
- Respect CFLAGS
PR: ports/146344
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer (me)
Diffstat (limited to 'math/aribas')
-rw-r--r-- | math/aribas/Makefile | 5 | ||||
-rw-r--r-- | math/aribas/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/aribas/Makefile b/math/aribas/Makefile index 795fdfb183b2..bd12b7f6d2c2 100644 --- a/math/aribas/Makefile +++ b/math/aribas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aribas -PORTVERSION= 1.63 +PORTVERSION= 1.64 CATEGORIES= math MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/ \ http://bsd-geek.de/FreeBSD/distfiles/ @@ -23,7 +23,8 @@ MAN1= aribas.1 post-patch: @${REINPLACE_CMD} -e '/^CC/d;' \ - -e '/^CFLAGS/s/-O//' ${BUILD_WRKSRC}/Makefile + -e '/^CFLAGS/{s/=/+=/;s/-O -v//;}' \ + -e 's/CC) -o/CC) $$(CFLAGS) -o/' ${BUILD_WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/aribas ${PREFIX}/bin/ diff --git a/math/aribas/distinfo b/math/aribas/distinfo index 989d507b4f64..a137fbc27a61 100644 --- a/math/aribas/distinfo +++ b/math/aribas/distinfo @@ -1,3 +1,3 @@ -MD5 (aribas-1.63.tar.gz) = b324aefc1a0c1ee82f532b96530d3998 -SHA256 (aribas-1.63.tar.gz) = 60d5367057780ded5bab012a5d55f192c3f98f315e1c8475092791ce216c9543 -SIZE (aribas-1.63.tar.gz) = 291939 +MD5 (aribas-1.64.tar.gz) = 61754a5ad89512330fdec0b5c16f6e21 +SHA256 (aribas-1.64.tar.gz) = 11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169 +SIZE (aribas-1.64.tar.gz) = 293285 |