Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 1999 12:22:40 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9525: ports/pgpmoose
Message-ID:  <199901161122.MAA03947@net2.dinoex.sub.org>

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

>Number:         9525
>Category:       ports
>Synopsis:       ports/pgomoose need version
>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 Jan 16 09:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 2.2.7-19981027-SNAP i386
>Organization:
privat
>Environment:

	/ports/security/pgp  newsserver

>Description:

	There is no Version numbering in the distribution of
	the MASTER_SITE.

>How-To-Repeat:

	

>Fix:
	
	I like to keep the version of the module pmapp as reference
	apply the included patches

diff -ru current-cvs/pgpmoose/Makefile pgpmoose-1.18/Makefile
--- current-cvs/pgpmoose/Makefile	Mon Dec 28 07:11:12 1998
+++ pgpmoose-1.18/Makefile	Mon Dec 28 08:02:59 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	pgpmoose
-# Version required:	1
+# Version required:	1.18 in pmapp
 # Date created:		28 Nov 1997
 # Whom:			dirk.meyer@dinoex.sub.org
 #
 # $Id: Makefile,v 1.2 1998/12/27 03:49:22 billf Exp $
 
 DISTNAME=	PGPMoose
-PKGNAME=	pgpmoose-1
+PKGNAME=	pgpmoose-1.18
 CATEGORIES=	news security
 MASTER_SITES=	http://people.qualcomm.com/ggr/ \
 		ftp://ftp.dinoex.sub.de/pub/approved/
@@ -20,14 +20,13 @@
 		pmdaemon pmcancel
 
 WRKSRC=		${WRKDIR}
-STRIP=
 
 do-install:
 .for i in ${BIN1}
-	@${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
 .endfor
 .for i in ${MAN1}
-	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
 .endfor
 
 .include <bsd.port.mk>

eof
>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?199901161122.MAA03947>