Skip to content

Commit 69ba4eb

Browse files
reneeottenraimue
authored andcommitted
icdiff: update to 2.0.7, use Python 3.13
- switch to PyPI
1 parent 8cccfa6 commit 69ba4eb

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

textproc/icdiff/Portfile

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
22

33
PortSystem 1.0
4-
PortGroup github 1.0
54
PortGroup python 1.0
65

7-
github.setup jeffkaufman icdiff 2.0.6 release-
6+
name icdiff
7+
version 2.0.7
88
revision 0
9-
checksums rmd160 f128e909a3333e611b7fad9fd61379b470711020 \
10-
sha256 8f79b82032696d2eea2a3acf722cd34cf45215d4b09b52139880626a2b0d360e \
11-
size 39715
9+
10+
checksums rmd160 8de21b1be190235eef33d9a5566365bd1eb47f1f \
11+
sha256 f79a318891adbf59a45e3a7694f5e1f18c5407065264637072ac8363b759866f \
12+
size 16394
1213

1314
categories textproc sysutils devel
1415
platforms {darwin any}
@@ -18,15 +19,11 @@ license PSF
1819
supported_archs noarch
1920

2021
description improved colored diff
21-
2222
long_description \
2323
icdiff can show you the differences between similar files without getting \
2424
in the way. This is especially helpful for identifying and understanding \
2525
small changes within existing lines.
2626

2727
homepage https://www.jefftk.com/icdiff
28-
github.tarball_from archive
29-
30-
python.default_version 311
3128

32-
depends_build-append port:py${python.version}-setuptools
29+
python.default_version 313

0 commit comments

Comments
 (0)