aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-06-04 16:09:20 +0800
committerpav <pav@FreeBSD.org>2010-06-04 16:09:20 +0800
commite7f0a8b3c17c3b5364b3d27dda111d6817712cfd (patch)
tree77155b7cf2dae561704dbe7239314bd09db1ec8f /misc/mc
parent08466ea7f867fd5df5471a209dfd43d6c6266d3d (diff)
downloadfreebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.gz
freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.zst
freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.zip
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile3
-rw-r--r--misc/mc/distinfo6
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index c43f2e5ed546..bab45e6cca62 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.midnight-commander.org/downloads/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers/mc
DISTNAME= ${PORTNAME}-${PORTVERSION}
+EXTRACT_SUFX= .tar.lzma
PATCH_SITES= ${MASTER_SITES}
@@ -26,7 +27,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
USE_GMAKE= yes
USE_GNOME= glib20
USE_PERL5= yes
-USE_BZIP2= yes
+USE_XZ= yes
GNU_CONFIGURE= yes
OPTIONS= SLANG "Build with SLang library" on \
diff --git a/misc/mc/distinfo b/misc/mc/distinfo
index ab7bfccfe5bb..4cfd309ef54a 100644
--- a/misc/mc/distinfo
+++ b/misc/mc/distinfo
@@ -1,3 +1,3 @@
-MD5 (mc-4.7.2.tar.bz2) = 82d0f923f686e462eeb739760f8c45bd
-SHA256 (mc-4.7.2.tar.bz2) = 804f3a789ca66cbd82f971588896b603191a738f27b9532355276ae6e4995c0e
-SIZE (mc-4.7.2.tar.bz2) = 2876328
+MD5 (mc-4.7.2.tar.lzma) = 8e0c477b0c55123942b4b60827a44058
+SHA256 (mc-4.7.2.tar.lzma) = e0884aa1454d57b629db549449b4b4eef9376ec39c414e355c8dea4983f784b0
+SIZE (mc-4.7.2.tar.lzma) = 2100210