Changes - Updated from 1.9 to 2.0 - Removed MAKE_JOBS_SAFE, this port build only one file Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!