From c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 21 Sep 2009 14:27:37 +0000 Subject: lzmautils-devel -> xz Feature safe: yes --- archivers/Makefile | 2 +- archivers/ark/Makefile | 3 ++- archivers/py-liblzma/Makefile | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'archivers') diff --git a/archivers/Makefile b/archivers/Makefile index 8007e85ae082..470ba140fd01 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -73,7 +73,6 @@ SUBDIR += lzma SUBDIR += lzmalib SUBDIR += lzmautils - SUBDIR += lzmautils-devel SUBDIR += lzo SUBDIR += lzo2 SUBDIR += lzop @@ -186,6 +185,7 @@ SUBDIR += xdms SUBDIR += xmill SUBDIR += xpk + SUBDIR += xz SUBDIR += zip SUBDIR += zipios++ SUBDIR += zipmix diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index cb1d5883b5c5..cd2e60f24298 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -16,7 +17,7 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ zip.1:${PORTSDIR}/archivers/libzip \ - lzma.0:${PORTSDIR}/archivers/lzmautils-devel \ + lzma.0:${PORTSDIR}/archivers/xz \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg diff --git a/archivers/py-liblzma/Makefile b/archivers/py-liblzma/Makefile index 37cd6a7ec223..07ac08a7da71 100644 --- a/archivers/py-liblzma/Makefile +++ b/archivers/py-liblzma/Makefile @@ -6,6 +6,7 @@ PORTNAME= liblzma PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_CHEESESHOP}source/p/pyliblzma/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ MAINTAINER= dragonsa@highveldmail.co.za COMMENT= Python binding for the LZMA compression library BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/lzmautils-devel +LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/xz USE_BZIP2= yes USE_PYTHON= 2.6+ -- cgit