diff options
author | hq <hq@FreeBSD.org> | 2006-05-02 07:15:56 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-05-02 07:15:56 +0800 |
commit | 59d05a3f6faf17c6c4aa9796b24b0c47b25740a9 (patch) | |
tree | 1efaef4c9b690f263e78086a2efbcf4588c1b7aa | |
parent | c8aadc15ae8fa7fcb8a1ef2fc04c729fa05ab1ba (diff) | |
download | freebsd-ports-gnome-59d05a3f6faf17c6c4aa9796b24b0c47b25740a9.tar.gz freebsd-ports-gnome-59d05a3f6faf17c6c4aa9796b24b0c47b25740a9.tar.zst freebsd-ports-gnome-59d05a3f6faf17c6c4aa9796b24b0c47b25740a9.zip |
Fix DISTNAME now that SourceForge requires URLs ending with archive extension
PR: 96631
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
-rw-r--r-- | textproc/saxon-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/saxon-devel/distinfo | 6 | ||||
-rw-r--r-- | textproc/saxon-he/Makefile | 2 | ||||
-rw-r--r-- | textproc/saxon-he/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index 5fc9f017641f..9ff205a265e1 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 0af4ee9735d9..67022a461f1e 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 diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index 5fc9f017641f..9ff205a265e1 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/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-he/distinfo b/textproc/saxon-he/distinfo index 0af4ee9735d9..67022a461f1e 100644 --- a/textproc/saxon-he/distinfo +++ b/textproc/saxon-he/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 |