Bug 187366 - [MAINTAINER] ports-mgmt/porttools: update to 1.00.2014.03.07
Summary: [MAINTAINER] ports-mgmt/porttools: update to 1.00.2014.03.07
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: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 10:00 UTC by Johannes Meixner
Modified: 2014-03-12 11:30 UTC (History)
0 users

See Also:


Attachments
porttools-1.00.2014.03.07.patch (1.13 KB, patch)
2014-03-08 10:00 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-08 10:00:00 UTC
- Update to 1.00.2014.03.07, merged from Winston Weinert (https://github.com/winny-)
- Makefile cleanup

portlint: looks fine
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140308091228-42787/

Generated with FreeBSD Port Tools 1.00.2014.03.07 (mode: update, diff: SVN)
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2014-03-08 10:13:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->koobs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-12 11:20:54 UTC
Author: koobs
Date: Wed Mar 12 11:20:47 2014
New Revision: 347975
URL: http://svnweb.freebsd.org/changeset/ports/347975
QAT: https://qat.redports.org/buildarchive/r347975/

Log:
  ports-mgmt/porttools: Update to 1.00.2014.03.11
  
  - Update to 1.00.2014.03.11
  - Deprecate do-build: target
  
  Changes:
  
   * Support git-based port trees in the `diff` command
   * Emit NO_STAGE deprecation warning (By: Hans Fredrik Nordhaug)
  
  PR:		ports/187366
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)

Modified:
  head/ports-mgmt/porttools/Makefile
  head/ports-mgmt/porttools/distinfo

Modified: head/ports-mgmt/porttools/Makefile
==============================================================================
--- head/ports-mgmt/porttools/Makefile	Wed Mar 12 11:15:25 2014	(r347974)
+++ head/ports-mgmt/porttools/Makefile	Wed Mar 12 11:20:47 2014	(r347975)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	porttools
-PORTVERSION=	1.00.2014.03.03
+PORTVERSION=	1.00.2014.03.11
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	xmj@chaot.net
@@ -17,7 +17,7 @@ RUN_DEPENDS=	portlint:${PORTSDIR}/ports-
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	xmj
-GH_COMMIT=	d80bd60
+GH_COMMIT=	c3af7f0
 GH_TAGNAME=	${GH_COMMIT}
 
 # Make the version information of porttools itself
@@ -37,8 +37,4 @@ NEWFILE_RUN_DEPENDS=	newfile:${PORTSDIR}
 INSTALL_TARGET=	install install-docs
 .endif
 
-do-build:
-	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} pre-build
-	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} all
-
 .include <bsd.port.mk>

Modified: head/ports-mgmt/porttools/distinfo
==============================================================================
--- head/ports-mgmt/porttools/distinfo	Wed Mar 12 11:15:25 2014	(r347974)
+++ head/ports-mgmt/porttools/distinfo	Wed Mar 12 11:20:47 2014	(r347975)
@@ -1,2 +1,2 @@
-SHA256 (porttools-1.00.2014.03.03.tar.gz) = 1ab80fed7977b303a3fa614cc59a8bc66049aa83ff80a7a4583113eff9778e42
-SIZE (porttools-1.00.2014.03.03.tar.gz) = 18654
+SHA256 (porttools-1.00.2014.03.11.tar.gz) = 1c4d1e548dd1655f87096e1a0a81cd19e56d918f2b0fa97b4464c6e5622385cb
+SIZE (porttools-1.00.2014.03.11.tar.gz) = 18879
_______________________________________________
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 Kubilay Kocak freebsd_committer freebsd_triage 2014-03-12 11:21:53 UTC
State Changed
From-To: open->closed

Committed. Thanks Johannes!