Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2003 02:10:39 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54130: Update port: archivers/makeself to 2.1.2 (fix ports/54099)
Message-ID:  <20030706021039.23b2fcdd.tkato@prontomail.com>
Resent-Message-ID: <200307051720.h65HKDup018908@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54130
>Category:       ports
>Synopsis:       Update port: archivers/makeself to 2.1.2 (fix ports/54099)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 10:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.1.2

Following PRs should be seperseded by this one:
[2003/07/04] ports/54099  ports-bugs  Update port: archivers/makeself

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/archivers/makeself/Makefile archivers/makeself/Makefile
--- /usr/ports/archivers/makeself/Makefile	Tue May 13 14:23:06 2003
+++ archivers/makeself/Makefile	Sat Jul  5 13:57:47 2003
@@ -6,22 +6,25 @@
 #
 
 PORTNAME=	makeself
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.2
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.megastep.org/makeself/
-DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.run
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A neat script to make self-extracting archives
 
-WRKSRC=		${WRKDIR}/${DISTNAME}-${PORTVERSION}
 EXTRACT_CMD=	${SH}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC}
+
 NO_BUILD=	yes
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
+	${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/archivers/makeself/distinfo archivers/makeself/distinfo
--- /usr/ports/archivers/makeself/distinfo	Tue May 13 14:23:06 2003
+++ archivers/makeself/distinfo	Sat Jul  5 13:58:16 2003
@@ -1 +1 @@
-MD5 (makeself.run) = b74624c61b8de3e7dbf6d9d7316248db
+MD5 (makeself-2.1.2.run) = 6f65b30a6ecf4ac82d38c6bf40e523d4
diff -urN /usr/ports/archivers/makeself/pkg-descr archivers/makeself/pkg-descr
--- /usr/ports/archivers/makeself/pkg-descr	Sat Dec 11 00:21:48 1999
+++ archivers/makeself/pkg-descr	Thu May  1 20:32:52 2003
@@ -4,7 +4,7 @@
 
 It's sorta like the Windows winzip self-extracting archives.
 
-WWW: http://www.lokigames.com/~megastep/makeself/
-Author: Stephane Peter <megastep@lokigames.com>
+WWW: http://www.megastep.org/makeself/
+Author: Stephane Peter <megastep@megastep.org>
 
 - Will <andrews@technologist.com>
diff -urN /usr/ports/archivers/makeself/pkg-plist archivers/makeself/pkg-plist
--- /usr/ports/archivers/makeself/pkg-plist	Sat Dec 11 00:21:48 1999
+++ archivers/makeself/pkg-plist	Thu May  1 20:38:14 2003
@@ -1 +1,3 @@
 bin/makeself
+%%PORTDOCS%%share/doc/makeself/README
+%%PORTDOCS%%@dirrm share/doc/makeself
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030706021039.23b2fcdd.tkato>