mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Upgrade to 1.5, which fixes a small braino in the new code to
delete distfiles for old ports with the -o option, or that have been moved.
This commit is contained in:
parent
99abb7424d
commit
9237917d34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165786
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portmaster
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Local version: 1.77
|
||||
# Local version: 1.78
|
||||
# $FreeBSD$
|
||||
|
||||
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
|
||||
@ -871,7 +871,6 @@ if [ -z "$DONT_SCRUB_DISTFILES" ]; then
|
||||
delete_stale_distfiles
|
||||
rm $distfiles
|
||||
fi
|
||||
;;
|
||||
echo "===>>> Deleting empty directories (if any)"
|
||||
find $pd/distfiles -type d -empty -print -delete
|
||||
;;
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portmaster
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Local version: 1.77
|
||||
# Local version: 1.78
|
||||
# $FreeBSD$
|
||||
|
||||
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
|
||||
@ -871,7 +871,6 @@ if [ -z "$DONT_SCRUB_DISTFILES" ]; then
|
||||
delete_stale_distfiles
|
||||
rm $distfiles
|
||||
fi
|
||||
;;
|
||||
echo "===>>> Deleting empty directories (if any)"
|
||||
find $pd/distfiles -type d -empty -print -delete
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user