diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-20 09:00:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-20 09:00:03 +0800 |
commit | 31c69687446fcf47793fb4eae68970945fc5b1bf (patch) | |
tree | 0174c20299b227dc87025dcba0cf111506e235e7 /security/openssh-portable/Makefile | |
parent | 66a5363b9bf9497df0b8820092939a2e454c4061 (diff) | |
download | freebsd-ports-gnome-31c69687446fcf47793fb4eae68970945fc5b1bf.tar.gz freebsd-ports-gnome-31c69687446fcf47793fb4eae68970945fc5b1bf.tar.zst freebsd-ports-gnome-31c69687446fcf47793fb4eae68970945fc5b1bf.zip |
- Update to 4.0p1
PR: ports/79029
Submitted by: Dimitry Andric <dimitry@andric.com>
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index fdfacae51a29..451def79caa9 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssh -PORTVERSION= 3.9.0.1 +PORTVERSION= 4.0.0.1 .if defined(OPENSSH_SNAPSHOT) PORTREVISION!= date -v-1d +%Y%m%d .endif @@ -14,21 +14,21 @@ PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ -PKGNAMESUFFIX?= ${PORTABLE_SUFFIX}${GSSAPI_SUFFIX}${BASE_SUFFIX}${PKGNAMESUFFIX2} MASTER_SITE_SUBDIR= ${MASTER_SITE_SUBDIR2} +PKGNAMESUFFIX?= ${PORTABLE_SUFFIX}${GSSAPI_SUFFIX}${BASE_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${DISTNAME2} MAINTAINER= ports@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH -OPENSSHVERSION= 3.9p1 +OPENSSHVERSION= 4.0p1 .if defined(OPENSSH_SNAPSHOT) MASTER_SITE_SUBDIR2= snapshot/ DISTNAME2= ${PORTNAME}-SNAP-${PORTREVISION} NO_CHECKSUM= yes WRKSRC= ${WRKDIR}/${PORTNAME} .else -MASTER_SITE_SUBDIR2= +MASTER_SITE_SUBDIR2= DISTNAME2= ${PORTNAME}-${OPENSSHVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${OPENSSHVERSION} .endif |