diff options
author | marino <marino@FreeBSD.org> | 2014-09-25 21:56:06 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-09-25 21:56:06 +0800 |
commit | 1414e132c8aaed15e36c065af5c344f883a51980 (patch) | |
tree | 916d8059b4fd051cd2d5f28cf8f9209b6277a08e /science/libghemical | |
parent | 4f04fcf85d21e90208874203f889bd1193ea3c41 (diff) | |
download | freebsd-ports-gnome-1414e132c8aaed15e36c065af5c344f883a51980.tar.gz freebsd-ports-gnome-1414e132c8aaed15e36c065af5c344f883a51980.tar.zst freebsd-ports-gnome-1414e132c8aaed15e36c065af5c344f883a51980.zip |
science/mpqc: Don't override libtool -version-info, bump dependent ports
We accept SHLIB version changes when moving to USE=libtool, so stop
overriding it with the intent of prevent library version changes, which
is considered the better approach over the long term. Two ports are
dependent on mpqc, so bump them for the second time today.
requested by: tijl@
Diffstat (limited to 'science/libghemical')
-rw-r--r-- | science/libghemical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index f6ba58cbbe14..8335651f950f 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -3,7 +3,7 @@ PORTNAME= libghemical PORTVERSION= 3.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current |