[Midnightbsd-cvs] mports: Makefile: Remove "snapshot" feature.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 18 10:48:59 EDT 2008


Log Message:
-----------
Remove "snapshot" feature.

Modified Files:
--------------
    mports/security/openssh-portable:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/openssh-portable/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L security/openssh-portable/Makefile -L security/openssh-portable/Makefile -u -r1.8 -r1.9
--- security/openssh-portable/Makefile
+++ security/openssh-portable/Makefile
@@ -4,7 +4,6 @@
 #
 # $MidnightBSD$
 # $FreeBSD: ports/security/openssh-portable/Makefile,v 1.111 2006/10/01 19:37:54 mnag Exp $
-#
 
 PORTNAME=	openssh
 DISTVERSION=	5.0p1
@@ -18,16 +17,8 @@
 COMMENT=	The portable version of OpenBSD's OpenSSH
 LICENSE=	agg
 #most of this is BSD, but some of it is public domain
- 
-.if defined(OPENSSH_SNAPSHOT)
-PORTREVISION!=		date -v-1d +%Y%m%d
-NO_CHECKSUM=		yes
-MASTER_SITE_SUBDIR+=	snapshot
-DISTNAME+=		${PORTNAME}-SNAP-${PORTREVISION}
-.else
-DISTNAME+=		${PORTNAME}-${DISTVERSION}
-.endif
 
+DISTNAME+=		${PORTNAME}-${DISTVERSION}
 WRKSRC=			${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 MAN1=	sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1
@@ -35,7 +26,7 @@
 MAN5=	ssh_config.5 sshd_config.5
 MAN8=	sftp-server.8 sshd.8 ssh-keysign.8
 
-CONFLICTS?=		openssh-3.* ssh-1.* ssh2-3.*
+CONFLICTS?=		ssh-1.* ssh2-3.*
 
 USE_OPENSSL=		yes
 USE_PERL5_BUILD=	yes
@@ -165,12 +156,6 @@
 # Sync this with bsd.port.mk
 RC_SCRIPT_NAME=		openssh
 
-post-extract:
-.if defined(OPENSSH_SNAPSHOT)
-	@# rc.d script have same name of openssh snapshot dir
-	@${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldes|-lcrypto|g' ${WRKSRC}/configure
 .if defined(WITH_OVERWRITE_BASE)


More information about the Midnightbsd-cvs mailing list