summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-09-21 14:27:37 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-09-21 14:27:37 +0000
commit3473e1384908090220afad415b76b631d91a42ea (patch)
tree7d91d720bbcfa64ebbadcf6b250bf04a71c4e247 /archivers
parentUpdate to 0.08112. (diff)
lzmautils-devel -> xz
Feature safe: yes
Notes
Notes: svn path=/head/; revision=241875
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile2
-rw-r--r--archivers/ark/Makefile3
-rw-r--r--archivers/py-liblzma/Makefile3
3 files changed, 5 insertions, 3 deletions
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+