Bug 182607 - [MAINTAINER] net/jicmp: update to 1.4.2
Summary: [MAINTAINER] net/jicmp: update to 1.4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 16:40 UTC by Sevan Janiyan
Modified: 2013-10-04 15:30 UTC (History)
0 users

See Also:


Attachments
jicmp-1.4.2.patch (721 bytes, patch)
2013-10-03 16:40 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2013-10-03 16:40:00 UTC
- Update to 1.4.2

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-03 22:21:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-04 15:26:13 UTC
Author: danilo
Date: Fri Oct  4 14:26:06 2013
New Revision: 329313
URL: http://svnweb.freebsd.org/changeset/ports/329313

Log:
  - Update from 1.4.1 to 1.4.2 [1]
  - Add stage support
  
  PR:		ports/182607
  Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) [1]
  Approved by:	wg (mentor)

Modified:
  head/net/jicmp/Makefile
  head/net/jicmp/distinfo

Modified: head/net/jicmp/Makefile
==============================================================================
--- head/net/jicmp/Makefile	Fri Oct  4 14:20:29 2013	(r329312)
+++ head/net/jicmp/Makefile	Fri Oct  4 14:26:06 2013	(r329313)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jicmp
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.2
 CATEGORIES=	net java
 MASTER_SITES=	SF/opennms/JICMP/stable-1.4/
 
@@ -20,7 +20,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_MSG}	""
 	@${ECHO_MSG}	"Installation settings:"

Modified: head/net/jicmp/distinfo
==============================================================================
--- head/net/jicmp/distinfo	Fri Oct  4 14:20:29 2013	(r329312)
+++ head/net/jicmp/distinfo	Fri Oct  4 14:26:06 2013	(r329313)
@@ -1,2 +1,2 @@
-SHA256 (jicmp-1.4.1.tar.gz) = 1c32228e19e16c123e53ab4bbac8178228b57b9605fe35d968add968ed444a50
-SIZE (jicmp-1.4.1.tar.gz) = 342495
+SHA256 (jicmp-1.4.2.tar.gz) = d639ee50a081c80aed615b9217f549011b5b2a3c6a2041e3273c56d3da2165bb
+SIZE (jicmp-1.4.2.tar.gz) = 339902
_______________________________________________
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"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-04 15:27:44 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!