diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-29 15:36:38 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-29 15:36:38 +0000 |
commit | 0ea5790b7ed90eaa2907daf95e028b3b1ee3203b (patch) | |
tree | 9d60f536e5b64d47beb315cbea426be8e9b228c9 /sysutils/portdowngrade | |
parent | f2a397c5ea5f5fdab4ac8c9f9fd6c015042f30f9 (diff) | |
download | ports-0ea5790b7ed90eaa2907daf95e028b3b1ee3203b.tar.gz ports-0ea5790b7ed90eaa2907daf95e028b3b1ee3203b.zip |
Notes
Diffstat (limited to 'sysutils/portdowngrade')
-rw-r--r-- | sysutils/portdowngrade/Makefile | 6 | ||||
-rw-r--r-- | sysutils/portdowngrade/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/portdowngrade/Makefile b/sysutils/portdowngrade/Makefile index f3c1b0656f74..7ebf370b9eee 100644 --- a/sysutils/portdowngrade/Makefile +++ b/sysutils/portdowngrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portdowngrade -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -38,7 +38,9 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define DEFAULT_CVS_SERVER" @${ECHO_MSG} "(e.g. make DEFAULT_CVS_SERVER=\":pserver:anoncvs@anoncvs. ... .FreeBSD.org:/home/ncvs\" install)" - @${ECHO_MSG} "if you want to use a special CVS server as default." + @${ECHO_MSG} "if you want to use a special CVS server as default. See" + @${ECHO_MSG} "http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html" + @${ECHO_MSG} "for a list of possible cvs server" @${ECHO_MSG} "" @sleep 3 .endif diff --git a/sysutils/portdowngrade/distinfo b/sysutils/portdowngrade/distinfo index b110dc96e17c..b474e53c7024 100644 --- a/sysutils/portdowngrade/distinfo +++ b/sysutils/portdowngrade/distinfo @@ -1,2 +1,2 @@ -MD5 (portdowngrade-0.5.tar.bz2) = e43e6c91b2d1a92517131d48ea023e6f -SIZE (portdowngrade-0.5.tar.bz2) = 73380 +MD5 (portdowngrade-0.6.tar.bz2) = 4f7b2cfa79dd9d320b2442b49aef62ce +SIZE (portdowngrade-0.6.tar.bz2) = 84926 |