diff options
author | clement <clement@FreeBSD.org> | 2004-01-18 22:55:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-18 22:55:42 +0800 |
commit | d99fb45c8801f6d0ebdbad309ec43f240cb5fef0 (patch) | |
tree | b43e393d4f249213d78ebd88de4b598a9edcbbde /net | |
parent | b48183b70f21eb85bf776b9053353b8590c1b971 (diff) | |
download | freebsd-ports-gnome-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.tar.gz freebsd-ports-gnome-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.tar.zst freebsd-ports-gnome-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.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.* |