diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-06 05:55:48 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-06 05:55:48 +0000 |
commit | 3b91b7d9756997c6d1dd702a2d70f721fc0c4732 (patch) | |
tree | 1b06457ae2c522ef1a86ed7f3e277c120045869c /science/libcint/Makefile | |
parent | 9b512132b15da5b8a8cff19a1d3e0f43f2ce8ca1 (diff) | |
download | freebsd-ports-3b91b7d9756997c6d1dd702a2d70f721fc0c4732.zip |
science/libcint: Update 3.0.11 -> 3.0.12
Reported by: portscout
Diffstat (limited to 'science/libcint/Makefile')
-rw-r--r-- | science/libcint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/libcint/Makefile b/science/libcint/Makefile index 4698e89afc11..9985bd56f0cb 100644 --- a/science/libcint/Makefile +++ b/science/libcint/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcint DISTVERSIONPREFIX= v -DISTVERSION= 3.0.11 +DISTVERSION= 3.0.12 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -20,6 +20,6 @@ USE_LDCONFIG= yes PLIST_FILES= include/cint.h \ lib/libcint.so \ - lib/libcint.so.3.0.11 + lib/libcint.so.${PORTVERSION} .include <bsd.port.mk> |