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:
Doug Barton 2006-06-19 18:36:09 +00:00
parent 99abb7424d
commit 9237917d34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165786
4 changed files with 4 additions and 6 deletions

View File

@ -8,7 +8,7 @@
#
PORTNAME= portmaster
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none

View File

@ -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
;;

View File

@ -8,7 +8,7 @@
#
PORTNAME= portmaster
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none

View File

@ -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
;;