Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 03:02:56 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302220 - head/editors/jupp
Message-ID:  <201208070302.q7732u7j012890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Aug  7 03:02:55 2012
New Revision: 302220
URL: http://svn.freebsd.org/changeset/ports/302220

Log:
  - Update to 3.1.21
  
  Changelog:
    * Fix use of uninitialized memory
    * Do not underflow attribute buffer in syntax highlighting code
    * Use automake version fixing CVE-2012-3386
  
  PR:		ports/170421
  Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
  Approved by:	eadler (mentor)

Modified:
  head/editors/jupp/Makefile
  head/editors/jupp/distinfo

Modified: head/editors/jupp/Makefile
==============================================================================
--- head/editors/jupp/Makefile	Tue Aug  7 02:09:15 2012	(r302219)
+++ head/editors/jupp/Makefile	Tue Aug  7 03:02:55 2012	(r302220)
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	jupp
-PORTVERSION=	3.1.20
+PORTVERSION=	3.1.21
 CATEGORIES=	editors
 MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
 		http://pub.allbsd.org/MirOS/dist/jupp/
-DISTNAME=	joe-3.1jupp20
+DISTNAME=	joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	magik@roorback.net

Modified: head/editors/jupp/distinfo
==============================================================================
--- head/editors/jupp/distinfo	Tue Aug  7 02:09:15 2012	(r302219)
+++ head/editors/jupp/distinfo	Tue Aug  7 03:02:55 2012	(r302220)
@@ -1,2 +1,2 @@
-SHA256 (joe-3.1jupp20.tgz) = 8d74660b454b2dcabc2c8bfba8d980593cb1dde5ebbc3ab7bae4dafcb1412de7
-SIZE (joe-3.1jupp20.tgz) = 440346
+SHA256 (joe-3.1jupp21.tgz) = c557f7bd87caf8ac940f5d7cae008fbba2192778b87b0f19b4c508ef790e3a4b
+SIZE (joe-3.1jupp21.tgz) = 440602



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