diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-10-15 15:48:55 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-10-15 15:48:55 +0000 |
commit | 627208d7bbb2a7b321c99c960121cd9287bfa1d2 (patch) | |
tree | f686c8ec3d05b512ba9b480d2dc4ec3e53f391d2 /sysutils | |
parent | - Change maintainer's email (diff) |
- Update to 0.5
Change log:
0.5 - 24.Sep.07
* default to csup and fall back to cvsup if not found.
* Return error messages if the profile path is wrong or missing
* Using 'cp -RPpf' instead of 'cp -Rpf' for the backups now (no links copied now)
* Added SMP kernel support to the menu system
* The viewing of UPDATING is now done before CVSup of other files
* Added the option for mergemaster -p, so questions can be grouped
* Added RELENG_6_3 (for future use)
* Removed RELENG_4 tags from the update options
* Added a 'make clean' step before 'make buildworld' and removed the rm one
* Updated the custom port selection
* Updated the custom src selection
* Updated the cvsup server list
PR: ports/117179
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=201507
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sysupdate/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sysupdate/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/sysupdate/Makefile b/sysutils/sysupdate/Makefile index 3fc83fe77ccb..161df29c1908 100644 --- a/sysutils/sysupdate/Makefile +++ b/sysutils/sysupdate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sysupdate -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lvl diff --git a/sysutils/sysupdate/distinfo b/sysutils/sysupdate/distinfo index d0e55e393e69..36305c5c60da 100644 --- a/sysutils/sysupdate/distinfo +++ b/sysutils/sysupdate/distinfo @@ -1,3 +1,3 @@ -MD5 (sysupdate.sh-0.4.1.tar.gz) = 45c68c1b0bb3350b73a679f24abd1564 -SHA256 (sysupdate.sh-0.4.1.tar.gz) = 94f303996f8e950bdc4d8ed1ca4fe0527632fee947a4ad57480f42bf43615a19 -SIZE (sysupdate.sh-0.4.1.tar.gz) = 15756 +MD5 (sysupdate.sh-0.5.tar.gz) = a95dc78e0f6ce564096e04906a23345a +SHA256 (sysupdate.sh-0.5.tar.gz) = 607c6bf82cbaca9a00fc89901587cf59e6776827bd206234514ffb7061014a4d +SIZE (sysupdate.sh-0.5.tar.gz) = 17649 |