diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-11-21 17:20:24 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-11-21 17:20:24 +0000 |
commit | 3feb5cbe0183bdea39f495f4bb4adfa6fbf43622 (patch) | |
tree | e7481fdb45d26cc9556b32ff944ee8dd26acf101 /cad | |
parent | ce2719a49bb49c109b8961c39fc6551c14e2109d (diff) |
Update math/mpir to 2.7.2.
- Set LICENSE_FILE.
- Depend on devel/yasm instead of building a bundled yasm.
- Remove post-install target, the build system takes care of creating the
proper soversion symlinks.
- Bump PORTREVISION in dependent ports due to a change in the soversion
number.
Notes
Notes:
svn path=/head/; revision=402167
Diffstat (limited to 'cad')
-rw-r--r-- | cad/meshlab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 6fb3dfbcfbe2..132b9b6f6b47 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -3,7 +3,7 @@ PORTNAME= meshlab PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MeshLab%20v${PORTVERSION}/ DISTNAME= MeshLabSrc_AllInc_v${PORTVERSION:C|\.||g} |