mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Correct pkg-deinstall by using the correct sh syntax. The old syntax
happened to work in some situations. - Bump PORTREVISION
This commit is contained in:
parent
5db8b1dfe1
commit
43e055d93e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300034
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= boinc-setiathome-enhanced
|
||||
PORTVERSION= 6.12
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
||||
DISTNAME= setiathome-svn-1008
|
||||
|
|
|
@ -14,8 +14,8 @@ if [ $? -ne 0 ]; then
|
|||
echo $F is corrupt
|
||||
exit 1
|
||||
fi
|
||||
l1=$((l-1))
|
||||
l2=$((l+13))
|
||||
l1=$(($l-1))
|
||||
l2=$(($l+13))
|
||||
sed -i.bak "${l1},${l2}d" $F # sed wants the braces
|
||||
rm $F.bak
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue