diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-31 21:41:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-31 21:41:02 +0800 |
commit | 6562679f39ce67f44baf12ff616789ae97e701ce (patch) | |
tree | 0a514caf548318075328dee2e573dc89407d52a6 /science/lm | |
parent | 26e465e2b47e4056726352f1f9b70bd919cf7069 (diff) | |
download | freebsd-ports-gnome-6562679f39ce67f44baf12ff616789ae97e701ce.tar.gz freebsd-ports-gnome-6562679f39ce67f44baf12ff616789ae97e701ce.tar.zst freebsd-ports-gnome-6562679f39ce67f44baf12ff616789ae97e701ce.zip |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine
Diffstat (limited to 'science/lm')
-rw-r--r-- | science/lm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/lm/Makefile b/science/lm/Makefile index 8ac67a6056a3..a44eda55c4ea 100644 --- a/science/lm/Makefile +++ b/science/lm/Makefile @@ -2,8 +2,8 @@ PORTNAME= lm DISTVERSION= 2.3.0 -PORTREVISION= 4 DISTVERSIONSUFFIX= -src +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/ PKGNAMESUFFIX= -uiuc |