diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-06 22:17:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-06 22:17:21 +0800 |
commit | 11edc5451416c23af13418fc8391548f68dd629b (patch) | |
tree | b55b7fe54da50c50afbae145be23d81a8d545707 /math/matrices | |
parent | 5e7001f9dbf8c626cd42bbbd14256c9b81e8a1de (diff) | |
download | freebsd-ports-graphics-11edc5451416c23af13418fc8391548f68dd629b.tar.gz freebsd-ports-graphics-11edc5451416c23af13418fc8391548f68dd629b.tar.zst freebsd-ports-graphics-11edc5451416c23af13418fc8391548f68dd629b.zip |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Diffstat (limited to 'math/matrices')
-rw-r--r-- | math/matrices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/matrices/Makefile b/math/matrices/Makefile index d6bd98cfd85..25f286860cd 100644 --- a/math/matrices/Makefile +++ b/math/matrices/Makefile @@ -7,7 +7,7 @@ PORTNAME= matrices PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://mplus.dk/${PORTNAME}/ |