diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-19 07:33:35 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-19 07:33:35 +0000 |
commit | 459dd2231597923872b4bccb6dcbc324549a7903 (patch) | |
tree | 26335469cf93a371c364409cece20589981a18cb /sysutils/portupgrade | |
parent | b59d496060199f36a818c4815f1c0a8e6ab5af9c (diff) | |
download | ports-459dd2231597923872b4bccb6dcbc324549a7903.tar.gz ports-459dd2231597923872b4bccb6dcbc324549a7903.zip |
Notes
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/files/patch-bin-portsclean | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index e9c193d0c479..47131be7e080 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 2.1.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ diff --git a/sysutils/portupgrade/files/patch-bin-portsclean b/sysutils/portupgrade/files/patch-bin-portsclean new file mode 100644 index 000000000000..863516982d30 --- /dev/null +++ b/sysutils/portupgrade/files/patch-bin-portsclean @@ -0,0 +1,12 @@ +--- bin/portsclean.orig Mon Jun 19 11:21:30 2006 ++++ bin/portsclean Mon Jun 19 11:27:10 2006 +@@ -218,6 +218,9 @@ + + def distclean(level) + return if level <= 0 ++ ++ level = 1 if level == 2 ++ level = 2 if level > 2 + + puts "Detecting unreferenced distfiles..." + |