diff options
author | hq <hq@FreeBSD.org> | 2006-05-01 23:15:56 +0000 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-05-01 23:15:56 +0000 |
commit | 59d05a3f6faf17c6c4aa9796b24b0c47b25740a9 (patch) | |
tree | 1efaef4c9b690f263e78086a2efbcf4588c1b7aa /textproc/saxon-devel | |
parent | c8aadc15ae8fa7fcb8a1ef2fc04c729fa05ab1ba (diff) | |
download | FreeBSD-ports-59d05a3f6faf17c6c4aa9796b24b0c47b25740a9.zip FreeBSD-ports-59d05a3f6faf17c6c4aa9796b24b0c47b25740a9.tar.gz |
Fix DISTNAME now that SourceForge requires URLs ending with archive extension
PR: 96631
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'textproc/saxon-devel')
-rw-r--r-- | textproc/saxon-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/saxon-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index 5fc9f01..9ff205a 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= saxon PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}b${PORTVERSION:S,.,-,g}j \ +DISTNAME= ${PORTNAME}b${PORTVERSION:S,.,-,g}j.zip \ ${PORTNAME}-resources${PORTVERSION:S,.,-,g} MAINTAINER= hq@FreeBSD.org diff --git a/textproc/saxon-devel/distinfo b/textproc/saxon-devel/distinfo index 0af4ee9..67022a4 100644 --- a/textproc/saxon-devel/distinfo +++ b/textproc/saxon-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (saxonb8-7j) = 465771690bf10f8a596bfb697e278bce -SHA256 (saxonb8-7j) = d8bb9d4fda7847fc36c873dfcbbbcad287d1e4a66e5378175da9a85056b83bd8 -SIZE (saxonb8-7j) = 1318634 +MD5 (saxonb8-7j.zip) = 465771690bf10f8a596bfb697e278bce +SHA256 (saxonb8-7j.zip) = d8bb9d4fda7847fc36c873dfcbbbcad287d1e4a66e5378175da9a85056b83bd8 +SIZE (saxonb8-7j.zip) = 1318634 MD5 (saxon-resources8-7.zip) = 4504b7c275b6c8f13daac5ae22e221c3 SHA256 (saxon-resources8-7.zip) = b0d08185b079ed98906a3529cceb89500dbb3b424f9b3990ec8146c3a9b109a9 SIZE (saxon-resources8-7.zip) = 8925122 |