Bug 180238 - sysutils/entr update
Summary: sysutils/entr update
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 16:40 UTC by Danilo Egêa Gondolfo
Modified: 2013-07-03 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (940 bytes, patch)
2013-07-03 16:40 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-07-03 16:40:00 UTC
Updated from 2.0 to 2.1

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-07-03 18:57:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-03 19:17:31 UTC
Author: pawel
Date: Wed Jul  3 18:17:23 2013
New Revision: 322240
URL: http://svnweb.freebsd.org/changeset/ports/322240

Log:
  Update to version 2.1
  
  PR:		ports/180238
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)

Modified:
  head/sysutils/entr/Makefile
  head/sysutils/entr/distinfo

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Wed Jul  3 17:52:47 2013	(r322239)
+++ head/sysutils/entr/Makefile	Wed Jul  3 18:17:23 2013	(r322240)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	entr
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://entrproject.org/code/
 
 MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Runs arbitrary commands when files change
 
-WRKSRC=	${WRKDIR}/eradman-entr-6b1f1d242775/
+WRKSRC=	${WRKDIR}/eradman-entr-b621ace9ecba/
 
 PLIST_FILES=	bin/entr
 MAN1=	entr.1

Modified: head/sysutils/entr/distinfo
==============================================================================
--- head/sysutils/entr/distinfo	Wed Jul  3 17:52:47 2013	(r322239)
+++ head/sysutils/entr/distinfo	Wed Jul  3 18:17:23 2013	(r322240)
@@ -1,2 +1,2 @@
-SHA256 (entr-2.0.tar.gz) = 7226ba25d8af7a3cca67cc946f3ae295d30a0fe7c0029968f2cb3ace11b2b27e
-SIZE (entr-2.0.tar.gz) = 9453
+SHA256 (entr-2.1.tar.gz) = be189e9e161f9da783ed2d25c84abf51bb90cf813e9047f49bf76443d1d9a801
+SIZE (entr-2.1.tar.gz) = 11237
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2013-07-03 19:20:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!