svn commit: r336890 - head/sysutils/ptools

Pawel Pekala pawel at FreeBSD.org
Thu Dec 19 12:07:45 UTC 2013


Author: pawel
Date: Thu Dec 19 12:07:44 2013
New Revision: 336890
URL: http://svnweb.freebsd.org/changeset/ports/336890

Log:
  - Update to version 0.3 [1]
  - Switch to PKGNAMESUFFIX from LATEST_LINK
  
  * -C option.
  * Fix bug in ptree. Ptree shows wrong results when pid of the parent was higher
    than the child pid.
  
  PR:		ports/184717 [1]
  Submitted by:	maintainer

Modified:
  head/sysutils/ptools/Makefile
  head/sysutils/ptools/distinfo

Modified: head/sysutils/ptools/Makefile
==============================================================================
--- head/sysutils/ptools/Makefile	Thu Dec 19 11:42:26 2013	(r336889)
+++ head/sysutils/ptools/Makefile	Thu Dec 19 12:07:44 2013	(r336890)
@@ -2,17 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	ptools
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://shewolf.com.pl/ptools/
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	tmwalaszek at gmail.com
 COMMENT=	Toolset based on Solaris ptools functionality
 
 LICENSE=	BSD
 
-LATEST_LINK=	${PORTNAME}2
-
 PLIST_FILES=	bin/pargs \
 		bin/pwdx \
 		bin/pldd \

Modified: head/sysutils/ptools/distinfo
==============================================================================
--- head/sysutils/ptools/distinfo	Thu Dec 19 11:42:26 2013	(r336889)
+++ head/sysutils/ptools/distinfo	Thu Dec 19 12:07:44 2013	(r336890)
@@ -1,2 +1,2 @@
-SHA256 (ptools-0.2.tar.gz) = ed408301814dd03018b02d76e917ec9c92bb93907fe3ec272fd7009fd11b5c77
-SIZE (ptools-0.2.tar.gz) = 3613
+SHA256 (ptools-0.3.tar.gz) = 7fcf2177a277f40d320a44548809ce2e22bdacab1eacc95955f33046348101c8
+SIZE (ptools-0.3.tar.gz) = 3769


More information about the svn-ports-head mailing list