diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 03:57:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 03:57:45 +0800 |
commit | 2c219f49340809a80beb2e13b9b2aeb09296f1e7 (patch) | |
tree | 382999d4891b0fe9cc081cc071239c0534367689 /editors | |
parent | a67c545af31bd58582f72bce7e854e01dce8eee4 (diff) | |
download | freebsd-ports-graphics-2c219f49340809a80beb2e13b9b2aeb09296f1e7.tar.gz freebsd-ports-graphics-2c219f49340809a80beb2e13b9b2aeb09296f1e7.tar.zst freebsd-ports-graphics-2c219f49340809a80beb2e13b9b2aeb09296f1e7.zip |
- Update to 3.46
PR: 106985
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xcoral/Makefile | 6 | ||||
-rw-r--r-- | editors/xcoral/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 1f40c16b7e9..f9ddd3667e8 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcoral -PORTVERSION= 3.45 +PORTVERSION= 3.46 CATEGORIES= editors MASTER_SITES= http://xcoral.free.fr/ @@ -22,9 +22,9 @@ PLIST_SUB= VERSION="${PORTVERSION}" .include <bsd.port.pre.mk> .if ${OSVERSION} > 502010 -GNU_REGEX_H= gnu/regex.h +GNU_REGEX_H= gnu/regex.h .else -GNU_REGEX_H= gnuregex.h +GNU_REGEX_H= gnuregex.h .endif post-patch: diff --git a/editors/xcoral/distinfo b/editors/xcoral/distinfo index f14031b2483..b7e14d4f602 100644 --- a/editors/xcoral/distinfo +++ b/editors/xcoral/distinfo @@ -1,3 +1,3 @@ -MD5 (xcoral-3.45.tar.gz) = 0484515943bdc24c2848202ea587c775 -SHA256 (xcoral-3.45.tar.gz) = cae8257b919e4c1d909490b4b603eabae695b7c7dfadc41736f08dd3aaa3a384 -SIZE (xcoral-3.45.tar.gz) = 3253787 +MD5 (xcoral-3.46.tar.gz) = 522965010fb27e399d53dcc79548d6a6 +SHA256 (xcoral-3.46.tar.gz) = 913d1c59a2e134fe1b20eb1a98877a494935bcc44322cdc9aa2368073e3b853b +SIZE (xcoral-3.46.tar.gz) = 2755488 |