Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2013 22:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174080: commit references a PR
Message-ID:  <201301162220.r0GMK1HH085474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174080; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174080: commit references a PR
Date: Wed, 16 Jan 2013 22:14:24 +0000 (UTC)

 Author: rakuco
 Date: Wed Jan 16 22:14:11 2013
 New Revision: 310527
 URL: http://svnweb.freebsd.org/changeset/ports/310527
 
 Log:
   - Fix check for FreeBSD 7.x. The current check ended up ignoring 8.x as
     well. [1]
   - Trim Makefile headers.
   - Reword the IGNORE message a little.
   
   PR:		ports/174080
   Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)
 
 Modified:
   head/net/ssmping/Makefile
 
 Modified: head/net/ssmping/Makefile
 ==============================================================================
 --- head/net/ssmping/Makefile	Wed Jan 16 21:30:42 2013	(r310526)
 +++ head/net/ssmping/Makefile	Wed Jan 16 22:14:11 2013	(r310527)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:  ssmping
 -# Date created:		20 August 2006
 -# Whom:			dikshie@lapi.itb.ac.id
 -#
 +# Created by: dikshie@lapi.itb.ac.id
  # $FreeBSD$
 -#
  
  PORTNAME=	ssmping
  PORTVERSION=	0.9.1
 @@ -25,8 +21,8 @@ PLIST_FILES=	bin/ssmping \
  
  .include <bsd.port.pre.mk>
  
 -.if ${OSVERSION} <= 810000
 -IGNORE=		does not work at FreeBSD 7.x
 +.if ${OSVERSION} <= 800000
 +IGNORE=		does not work with FreeBSD 7.x
  .endif
  
  do-install:
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301162220.r0GMK1HH085474>