Navigation Menu

Skip to content

Commit

Permalink
itsol: fix version and live check to match; bump epoch for changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld committed Feb 8, 2017
1 parent bc69eca commit 372f380
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion math/itsol/Portfile
Expand Up @@ -6,7 +6,12 @@ PortGroup compilers 1.0
PortGroup linear_algebra 1.0

name itsol
version 2.0.0
version 2.0

# bump epoch to reduce version from "2.0.0" to "2.0", for livecheck
# compliance. looks like no updates forthcoming given how old the
# project is.
epoch 1

license GPL-2+
categories math
Expand Down Expand Up @@ -63,3 +68,6 @@ pre-test {
CC="${configure.cc}" CCFLAGS="-c -I ../INC ${configure.cflags} -DLINUX" \
LD="${configure.fc}" LDFLAGS="${configure.ldflags}"
}

livecheck.type regex
livecheck.regex VERSION (\\d+(\\.\\d+)*)

0 comments on commit 372f380

Please sign in to comment.