ports/100536: [PATCH] mail/libdomainkeys: Install scripts to create and test keys

Renato Botelho garga at FreeBSD.org
Wed Jul 19 14:10:09 UTC 2006


>Number:         100536
>Category:       ports
>Synopsis:       [PATCH] mail/libdomainkeys: Install scripts to create and test keys
>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:   Wed Jul 19 14:10:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD srv1.galle.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 23 18:08:29 BRST 2006
>Description:
- Install dknewkey and dktest, 2 scripts to create and test keys
- Bump PORTREVISION

Port maintainer (skv at FreeBSD.org) is cc'd.

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

--- libdomainkeys-0.68_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/libdomainkeys/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	14 Nov 2005 16:06:55 -0000	1.5
+++ Makefile	19 Jul 2006 14:04:56 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	libdomainkeys
 PORTVERSION=	0.68
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	domainkeys
@@ -33,4 +33,9 @@
 	@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
 		${FILESDIR}/Makefile > ${WRKSRC}/Makefile
 
+post-install:
+	@${MKDIR} ${DATADIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/dknewkey ${DATADIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/test ${DATADIR}/dktest
+
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/libdomainkeys/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	13 Jul 2005 12:45:56 -0000	1.2
+++ pkg-plist	19 Jul 2006 14:04:56 -0000
@@ -4,3 +4,6 @@
 lib/libdomainkeys.so
 lib/libdomainkeys.so.%%SHLIB_MAJOR%%
 %%PROFILE%%lib/libdomainkeys_p.a
+%%DATADIR%%/dknewkey
+%%DATADIR%%/dktest
+ at dirrm %%DATADIR%%
--- libdomainkeys-0.68_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list