diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
commit | 384985f41e0668161a45f655a860dc0c9f558eca (patch) | |
tree | b503a0d56b7d5e1d463884061ef6ee608085f876 /math | |
parent | - Upgrade to 5.3.1 [1]. (diff) |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=186174
Diffstat (limited to 'math')
-rw-r--r-- | math/kcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index f47e139872f7..b686c7c02ca1 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |