diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:55:42 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:55:42 +0000 |
commit | 5209c775f10753139407c860e0fe2ecd89fc77d0 (patch) | |
tree | 80d71793ff75939e2efd95271b40878c477d9946 /net | |
parent | 063737ed231588684e644b5f90be3d25bcaee920 (diff) | |
download | freebsd-ports-5209c775f10753139407c860e0fe2ecd89fc77d0.zip |
- Chase uulib version
- Bump PORTREVISION
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/Makefile | 3 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 63745e009498..6253ea22021f 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -16,7 +17,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Network-related programs and modules for KDE -LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib CONFLICTS= mimelib-1.1.* diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 63745e009498..6253ea22021f 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -16,7 +17,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Network-related programs and modules for KDE -LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib CONFLICTS= mimelib-1.1.* |