forked from ports/contrib
colordiff: 1.0.13 -> 1.0.16
This commit is contained in:
parent
91feb10cf3
commit
32e5eaeca0
@ -4,7 +4,8 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cdiff
|
||||
-rwxr-xr-x root/root usr/bin/colordiff
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/colordiff.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/cdiff.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/colordiff.1.gz
|
||||
|
@ -1 +1 @@
|
||||
77093f7b31b84622bb59e75a12259ca5 colordiff-1.0.13.tar.gz
|
||||
b5769d556afbfed4ab2feec990e3fef2 colordiff-1.0.16.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: perl
|
||||
|
||||
name=colordiff
|
||||
version=1.0.13
|
||||
version=1.0.16
|
||||
release=1
|
||||
source=(http://www.colordiff.org/$name-$version.tar.gz)
|
||||
|
||||
@ -15,8 +15,8 @@ build () {
|
||||
install -D -m 644 colordiffrc $PKG/etc/colordiffrc
|
||||
|
||||
# man
|
||||
install -D -m 644 colordiff.1 $PKG/usr/man/man1/colordiff.1
|
||||
install -D -m 644 cdiff.1 $PKG/usr/man/man1/cdiff.1
|
||||
install -D -m 644 colordiff.1 $PKG/usr/share/man/man1/colordiff.1
|
||||
install -D -m 644 cdiff.1 $PKG/usr/share/man/man1/cdiff.1
|
||||
|
||||
# bin
|
||||
install -D -m 755 colordiff.pl $PKG/usr/bin/colordiff
|
||||
|
Loading…
x
Reference in New Issue
Block a user