From owner-freebsd-ports@FreeBSD.ORG Fri Jul 26 23:30:01 2013 Return-Path: Delivered-To: freebsd-ports@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E58AC941 for ; Fri, 26 Jul 2013 23:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B921E2629 for ; Fri, 26 Jul 2013 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6QNU1D8059109 for ; Fri, 26 Jul 2013 23:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6QNU081059107; Fri, 26 Jul 2013 23:30:00 GMT (envelope-from gnats) Date: Fri, 26 Jul 2013 23:30:00 GMT Message-Id: <201307262330.r6QNU081059107@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/18084: commit references a PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 23:30:02 -0000 The following reply was made to PR ports/18084; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/18084: commit references a PR Date: Fri, 26 Jul 2013 23:29:11 +0000 (UTC) Author: wg Date: Fri Jul 26 23:28:58 2013 New Revision: 323763 URL: http://svnweb.freebsd.org/changeset/ports/323763 Log: net/jicmp: update to 1.4.1 - Update to 1.4.1 [1] - Trim Makefile header [1] - Remove leading article from COMMENT PR: ports/18084 Submitted by: Sevan Janiyan (maintainer) Modified: head/net/jicmp/Makefile head/net/jicmp/distinfo Modified: head/net/jicmp/Makefile ============================================================================== --- head/net/jicmp/Makefile Fri Jul 26 23:25:40 2013 (r323762) +++ head/net/jicmp/Makefile Fri Jul 26 23:28:58 2013 (r323763) @@ -1,18 +1,13 @@ -# New ports collection makefile for: net/jicmp -# Date created: 24 June 2008 -# Whom: Ryan T. Dean -# +# Created by: Ryan T. Dean # $FreeBSD$ -# PORTNAME= jicmp -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.1 CATEGORIES= net java -MASTER_SITES= SF/opennms/JICMP/stable-1.0/ -DISTNAME= jicmp-${PORTVERSION}-2 +MASTER_SITES= SF/opennms/JICMP/stable-1.4/ MAINTAINER= venture37@geeklan.co.uk -COMMENT= A Java native interface (JNI) to ICMP (ping) +COMMENT= Java native interface (JNI) to ICMP (ping) WRKSRC= ${WRKDIR}/jicmp-${PORTVERSION} Modified: head/net/jicmp/distinfo ============================================================================== --- head/net/jicmp/distinfo Fri Jul 26 23:25:40 2013 (r323762) +++ head/net/jicmp/distinfo Fri Jul 26 23:28:58 2013 (r323763) @@ -1,2 +1,2 @@ -SHA256 (jicmp-1.2.0-2.tar.gz) = ae3256c08e03e3a637dd4b3463fb45195f36d0eb663e9ea1e26b33d2213f8c76 -SIZE (jicmp-1.2.0-2.tar.gz) = 363185 +SHA256 (jicmp-1.4.1.tar.gz) = 1c32228e19e16c123e53ab4bbac8178228b57b9605fe35d968add968ed444a50 +SIZE (jicmp-1.4.1.tar.gz) = 342495 _______________________________________________ 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"