Bug 179685 - 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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 18:20 UTC by Danilo Egêa Gondolfo
Modified: 2013-06-19 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (949 bytes, patch)
2013-06-18 18:20 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-06-18 18:20:00 UTC
Changes
- Updated from 1.9 to 2.0
- Removed MAKE_JOBS_SAFE, this port build only one file

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-18 20:08:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-19 14:10:49 UTC
Author: wg
Date: Wed Jun 19 13:10:36 2013
New Revision: 321247
URL: http://svnweb.freebsd.org/changeset/ports/321247

Log:
  sysutils/entr: update to 2.0
  
  - Update to 2.0
  - Remove MAKE_JOBS_SAFE, builds only one file
  
  Changes:
   - More portable build; runs on old architectures without C99 support
  
  PR:		ports/179685
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  Approved by:	culot / jpaetzel (mentors, implicit)

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

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Wed Jun 19 13:09:19 2013	(r321246)
+++ head/sysutils/entr/Makefile	Wed Jun 19 13:10:36 2013	(r321247)
@@ -1,16 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	entr
-PORTVERSION=	1.9
+PORTVERSION=	2.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://entrproject.org/code/
 
 MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Runs arbitrary commands when files change
 
-WRKSRC=	${WRKDIR}/eradman-entr-587c18272485/
-
-MAKE_JOBS_SAFE=	yes
+WRKSRC=	${WRKDIR}/eradman-entr-6b1f1d242775/
 
 PLIST_FILES=	bin/entr
 MAN1=	entr.1

Modified: head/sysutils/entr/distinfo
==============================================================================
--- head/sysutils/entr/distinfo	Wed Jun 19 13:09:19 2013	(r321246)
+++ head/sysutils/entr/distinfo	Wed Jun 19 13:10:36 2013	(r321247)
@@ -1,2 +1,2 @@
-SHA256 (entr-1.9.tar.gz) = 7a4dd77c3694ac88a10d0d1e468ca7f1268275c419043d9d35514ef6763e7396
-SIZE (entr-1.9.tar.gz) = 8680
+SHA256 (entr-2.0.tar.gz) = 7226ba25d8af7a3cca67cc946f3ae295d30a0fe7c0029968f2cb3ace11b2b27e
+SIZE (entr-2.0.tar.gz) = 9453
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2013-06-19 14:10:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!