diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-04 08:09:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-04 08:09:20 +0000 |
commit | fe337e0489fb342b58496062c54ae6212a329967 (patch) | |
tree | d3094812eca54bac307e299d09b2fbf2f18d0c91 /print/ghostscript8 | |
parent | 4646ec77a5734753007ea85ae36528778fe0d44c (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=255708
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript8/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 58424a2538fd..209eb6863e0b 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -29,6 +29,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR} CONFLICTS= gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]* +USE_XZ= yes USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes diff --git a/print/ghostscript8/distinfo b/print/ghostscript8/distinfo index 83f64e26b6cc..0a4921cc24da 100644 --- a/print/ghostscript8/distinfo +++ b/print/ghostscript8/distinfo @@ -1,6 +1,6 @@ -MD5 (ghostscript/ghostscript-8.71.tar.gz) = 51a522a5b4818bd3dc7c1c0e9dd22bad -SHA256 (ghostscript/ghostscript-8.71.tar.gz) = 2a22e61b0172f271ebb270a9f127bde501eb661c67c8b4943eafbad57d855aae -SIZE (ghostscript/ghostscript-8.71.tar.gz) = 25240801 +MD5 (ghostscript/ghostscript-8.71.tar.xz) = 5005d68f7395c2bfc4b05c1a60d9b6ba +SHA256 (ghostscript/ghostscript-8.71.tar.xz) = f48f7370a00f24fce174b147074aca3f6bede82154dd2bf93d24430a62e4de73 +SIZE (ghostscript/ghostscript-8.71.tar.xz) = 15698644 MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3 SHA256 (ghostscript/epag-3.09.tar.gz) = ad10eca44c781a5851d5a8993dcd95b2e2b99392cbf2c8372a5a658f3b991b3b SIZE (ghostscript/epag-3.09.tar.gz) = 12858 |