File tree 1 file changed +7
-10
lines changed 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
# -*- 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
2
2
3
3
PortSystem 1.0
4
- PortGroup github 1.0
5
4
PortGroup python 1.0
6
5
7
- github.setup jeffkaufman icdiff 2.0.6 release-
6
+ name icdiff
7
+ version 2.0.7
8
8
revision 0
9
- checksums rmd160 f128e909a3333e611b7fad9fd61379b470711020 \
10
- sha256 8f79b82032696d2eea2a3acf722cd34cf45215d4b09b52139880626a2b0d360e \
11
- size 39715
9
+
10
+ checksums rmd160 8de21b1be190235eef33d9a5566365bd1eb47f1f \
11
+ sha256 f79a318891adbf59a45e3a7694f5e1f18c5407065264637072ac8363b759866f \
12
+ size 16394
12
13
13
14
categories textproc sysutils devel
14
15
platforms {darwin any}
@@ -18,15 +19,11 @@ license PSF
18
19
supported_archs noarch
19
20
20
21
description improved colored diff
21
-
22
22
long_description \
23
23
icdiff can show you the differences between similar files without getting \
24
24
in the way. This is especially helpful for identifying and understanding \
25
25
small changes within existing lines.
26
26
27
27
homepage https://www.jefftk.com/icdiff
28
- github.tarball_from archive
29
-
30
- python.default_version 311
31
28
32
- depends_build-append port:py ${ python.version} -setuptools
29
+ python.default_version 313
You can’t perform that action at this time.
0 commit comments