diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 03:17:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 03:17:31 +0000 |
commit | ac8766ced43d2592734aef17ebab5070f32f15e7 (patch) | |
tree | 9d6e3656bca5e4077f920121d7a748b4c4bf91bf /security/freebsd-update | |
parent | 533e842958bc94a366e6d3502448f4eb0910407d (diff) | |
download | ports-ac8766ced43d2592734aef17ebab5070f32f15e7.tar.gz ports-ac8766ced43d2592734aef17ebab5070f32f15e7.zip |
Notes
Diffstat (limited to 'security/freebsd-update')
-rw-r--r-- | security/freebsd-update/Makefile | 1 | ||||
-rw-r--r-- | security/freebsd-update/files/patch-aa-redir2 | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index dbbb9ca13951..f192a3a81079 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -7,6 +7,7 @@ PORTNAME= freebsd-update PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.daemonology.net/freebsd-update/ diff --git a/security/freebsd-update/files/patch-aa-redir2 b/security/freebsd-update/files/patch-aa-redir2 new file mode 100644 index 000000000000..983374844975 --- /dev/null +++ b/security/freebsd-update/files/patch-aa-redir2 @@ -0,0 +1,11 @@ +--- freebsd-update Sun Oct 3 21:08:21 2004 ++++ freebsd-update Sun Oct 3 21:12:04 2004 +@@ -371,7 +371,7 @@ + + # Fetch updates; send output to a file, and + # append a message in case of error. +- real-fetch-update > $WRKDIR/log || ++ real-fetch-update > $WRKDIR/log 2>&1 || + echo "Error fetching updates" >> $WRKDIR/log + + # Send an email to root if $VERBOSE == yes, or |