ports/174080: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Jan 16 22:20:01 UTC 2013


The following reply was made to PR ports/174080; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at lapi.itb.ac.id
 -#
 +# Created by: dikshie at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list