diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-10 21:04:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-10 21:04:40 +0000 |
commit | 99153909f29a837e726baec3f1f9a58b92758d26 (patch) | |
tree | 49b056078fd86b1bc653a408fea99743cbb602bf /emulators/psim-freebsd/Makefile | |
parent | R.I.P. -- this software has been discontinued. (diff) |
Update to the 2002-03-10 snapshot of what will be version 5.2.
Notes
Notes:
svn path=/head/; revision=55823
Diffstat (limited to 'emulators/psim-freebsd/Makefile')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index bd5bef88f7de..c7e8b796a6aa 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -6,12 +6,18 @@ # $FreeBSD$ # +SNAPDATE= 2002-03-10 +SNAPVER= ${SNAPDATE:S/-//g} + PORTNAME= psim-freebsd -PORTVERSION= 5.1.1 +PORTVERSION= 5.2 +PORTREVISION= ${SNAPVER} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= gdb/releases -DISTNAME= gdb-${PORTVERSION} +#MASTER_SITE_SUBDIR= gdb/releases +MASTER_SITE_SUBDIR= gdb/snapshots/current +#DISTNAME= gdb-${PORTVERSION} +DISTNAME= gdb+dejagnu-${SNAPVER} MAINTAINER= mp@FreeBSD.org @@ -37,4 +43,9 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/HOW-TO ${DOCSDIR} .endif +cklatest: + ncftpls \ + ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ + | grep gdb+dejagnu- + .include <bsd.port.post.mk> |