Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2000 10:45:01 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/21503: update security/pad to 0.7, by maintainer
Message-ID:  <Pine.BSI.4.21.0009231031350.16375-100000@blues.jpj.net>

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

>Number:         21503
>Category:       ports
>Synopsis:       update security/pad to 0.7, by maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 23 07:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Johnson
>Release:        4.1-STABLE i386
>Organization:
myself
>Environment:

only tested under
FreeBSD ws99.invalid 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Jul 29 02:55:41
UTC 2000 root@ws99.invalid:/usr/obj/usr/src/sys/TREVOR41A i386

>Description:

- update to 0.7
- remove dependencies on GNU make and automake
- remove post-extract target, which was needed by automake
- add do-install target (thanks to Kato Tsuguru for explaining the
  importance of this)
- move post-install stuff into do-install target
- install COPYING and ChangeLog, if user doesn't set NOPORTDOCS
- remove both patches, because they were accepted by author
- fix typo in pkg/COMMENT

files changed:
 Makefile
 files/md5
 pkg/COMMENT
 pkg/PLIST

files removed:
 patches/patch-README
 patches/patch-pad_c

Please do not update to the 1.x versions!  E-mail me directly, if you want
to know why.

>How-To-Repeat:

N/A

>Fix:

Remove patches/patch-README and patches/patch-pad_c; make these changes:

diff -ruN pad.orig/Makefile pad/Makefile
--- pad.orig/Makefile	Sun Jul 16 20:06:18 2000
+++ pad/Makefile	Sat Sep 23 14:23:53 2000
@@ -6,27 +6,23 @@
 #
 
 PORTNAME=	pad
-PORTVERSION=	0.5
+PORTVERSION=	0.7
 CATEGORIES=	security
 MASTER_SITES=	http://www.lammah.com/pad/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	trevor@jpj.net
 
-post-extract:
-	@${RM} ${WRKSRC}/install-sh ${WRKSRC}/mkinstalldirs \
-	${WRKSRC}/missing ${WRKSRC}/INSTALL ${WRKSRC}/COPYING
-	@${TOUCH} ${WRKSRC}/install-sh ${WRKSRC}/mkinstalldirs \
-	${WRKSRC}/missing ${WRKSRC}/INSTALL ${WRKSRC}/COPYING
-
+DOC_FILES=	COPYING README ChangeLog
 GNU_CONFIGURE=	yes
-USE_AUTOMAKE=	yes
-USE_GMAKE=	yes
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/pad ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/pad
-	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pad
+	${MKDIR} ${PREFIX}/share/doc/pad
+.for i in ${DOC_FILES}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/pad
+.endfor
 .endif
 
 .include <bsd.port.mk>
diff -ruN pad.orig/files/md5 pad/files/md5
--- pad.orig/files/md5	Sun Jul 16 20:06:18 2000
+++ pad/files/md5	Sat Sep 23 14:04:22 2000
@@ -1 +1 @@
-MD5 (pad-0.5.tgz) = 5541ecdfcf73569f0fee5d0cbdf1cf2f
+MD5 (pad-0.7.tgz) = 6ca3c9e8b7a536a0adfe8e6efbdb9155
diff -ruN pad.orig/pkg/COMMENT pad/pkg/COMMENT
--- pad.orig/pkg/COMMENT	Sun Jul 16 20:06:19 2000
+++ pad/pkg/COMMENT	Sat Sep 23 14:17:39 2000
@@ -1 +1 @@
-A commandline utility to encrypt files
+A command-line utility to encrypt files
diff -ruN pad.orig/pkg/PLIST pad/pkg/PLIST
--- pad.orig/pkg/PLIST	Sun Jul 16 20:06:19 2000
+++ pad/pkg/PLIST	Sat Sep 23 14:15:56 2000
@@ -1,3 +1,5 @@
 bin/pad
+share/doc/pad/COPYING
 share/doc/pad/README
+share/doc/pad/ChangeLog
 @dirrm share/doc/pad


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.21.0009231031350.16375-100000>