ports/58324: [MAINTAINER] devel/porttools: update to 0.50

Sergei Kolobov sergei at kolobov.com
Tue Oct 21 06:30:17 UTC 2003


>Number:         58324
>Category:       ports
>Synopsis:       [MAINTAINER] devel/porttools: update to 0.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 20 23:30:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct  5 18:18:29 MSD
>Description:
- Update to 0.50:
  - new unified interface via port(1) front-end
  - port submit command has been improved:
    - autodetects operation mode (new, change, update)
    - autodetects maintainership requests and resets
    - autodetects added/removed files
  - new commands: create, diff, fetch

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- porttools-0.50.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/porttools/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	25 Aug 2003 20:30:51 -0000	1.8
+++ Makefile	21 Oct 2003 05:06:05 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	porttools
-PORTVERSION=	0.26
+PORTVERSION=	0.50
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,20 +17,12 @@
 RUN_DEPENDS=	portlint:${PORTSDIR}/devel/portlint \
 		sudo:${PORTSDIR}/security/sudo
 
-NO_BUILD=	yes
-
-SCRIPTS=	pr-update testport
-MAN1=		pr-change.1 pr-new.1 pr-update.1 testport.1
-DOCS=		LICENSE NEWS README THANKS TODO
-
-do-install:
-	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin
-	${LN} ${PREFIX}/bin/pr-update ${PREFIX}/bin/pr-change
-	${LN} ${PREFIX}/bin/pr-update ${PREFIX}/bin/pr-new
-	cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+INSTALL_TARGET=	install install-docs
 .endif
+
+MAKE_ENV=	PREFIX="${PREFIX}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
+MAN1=		port.1
+MAN5=		porttools.5
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/porttools/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	25 Aug 2003 20:30:51 -0000	1.8
+++ distinfo	21 Oct 2003 05:26:19 -0000
@@ -1 +1 @@
-MD5 (porttools-0.26.tar.gz) = 9557a8c81bd3eaabef898778f305fbdc
+MD5 (porttools-0.50.tar.gz) = 51ceae820b3f9ed2114ff6adfc09606f
Index: pkg-plist
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/porttools/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	14 Jul 2003 00:40:02 -0000	1.3
+++ pkg-plist	20 Oct 2003 20:01:13 -0000
@@ -1,8 +1,12 @@
 @comment $FreeBSD: ports/devel/porttools/pkg-plist,v 1.3 2003/07/14 00:40:02 leeym Exp $
-bin/pr-change
-bin/pr-new
-bin/pr-update
-bin/testport
+bin/port
+%%DATADIR%%/cmd_create
+%%DATADIR%%/cmd_diff
+%%DATADIR%%/cmd_fetch
+%%DATADIR%%/cmd_help
+%%DATADIR%%/cmd_submit
+%%DATADIR%%/cmd_test
+%%DATADIR%%/util_diff
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
--- porttools-0.50.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list