summaryrefslogtreecommitdiff
path: root/mail/distribute
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-14 17:56:14 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-14 17:56:14 +0000
commit045473f34a61534e217d1bd6561a5b731de6ce85 (patch)
tree074439df301667a999c1891e994678105e63c98d /mail/distribute
parent8e05c9ced220b9daa06af42e9a49af283facee29 (diff)
downloadpkgsrc-045473f34a61534e217d1bd6561a5b731de6ce85.tar.gz
Use standard ownership.
Diffstat (limited to 'mail/distribute')
-rw-r--r--mail/distribute/distinfo4
-rw-r--r--mail/distribute/patches/patch-aa27
2 files changed, 23 insertions, 8 deletions
diff --git a/mail/distribute/distinfo b/mail/distribute/distinfo
index cca1005ab6c..70181ab5b51 100644
--- a/mail/distribute/distinfo
+++ b/mail/distribute/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/01/08 15:44:06 joerg Exp $
+$NetBSD: distinfo,v 1.5 2010/02/14 17:56:14 joerg Exp $
SHA1 (distribute/distribute-2.1-pl19.tar.gz) = f33f63d42d0233eceec759dc0378a914087c0344
RMD160 (distribute/distribute-2.1-pl19.tar.gz) = 5ffb23682176a86291eb5374ea98c9c5d002947d
@@ -24,6 +24,6 @@ Size (distribute/patch.25e.gz) = 7374 bytes
SHA1 (distribute/patch.26e.gz) = e52ac9428e438610b9dd8182212fe78ded909f0a
RMD160 (distribute/patch.26e.gz) = 2d4c7d0f4bed7c420a32ae7d2ffe999906d3f5cc
Size (distribute/patch.26e.gz) = 12560 bytes
-SHA1 (patch-aa) = 7f5ead56594cb1bb4186c6c3b7cad59bd210cf45
+SHA1 (patch-aa) = 6c23421d76b166acffc782271f37e405b45617ed
SHA1 (patch-ab) = 4c07a6ae9bb1e9dacd33db96624d2c2fefbb9240
SHA1 (patch-ac) = 75a3956d6e7b53473eb0a3ad62b4ce261ccc8bf6
diff --git a/mail/distribute/patches/patch-aa b/mail/distribute/patches/patch-aa
index b6a44696cdb..1bc983fb8d9 100644
--- a/mail/distribute/patches/patch-aa
+++ b/mail/distribute/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 1999/12/26 17:20:33 itojun Exp $
+$NetBSD: patch-aa,v 1.3 2010/02/14 17:56:14 joerg Exp $
---- Makefile.orig Mon Dec 27 00:23:29 1999
-+++ Makefile Mon Dec 27 00:24:57 1999
-@@ -28,7 +28,8 @@
+--- Makefile.orig 2010-02-14 17:50:30.000000000 +0000
++++ Makefile
+@@ -28,7 +28,8 @@ RCONFIG=-DRELEASESTATE=\"Alpha1\"
# -DLOGDEBUG LOGGING DEBUG
#
OPTIONS= -DSYSLOG -DISSUE -DSUBJALIAS -DADDVERSION \
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.2 1999/12/26 17:20:33 itojun Exp $
#
# DEFAULT parameters -- YOU SHOULD EDIT THESE
-@@ -71,7 +72,7 @@
+@@ -71,7 +72,7 @@ OPTIONS= -DSYSLOG -DISSUE -DSUBJALIAS -D
#
# External Library -- you should change this if mimekit is in different loc.
#
@@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.2 1999/12/26 17:20:33 itojun Exp $
#
DESTDIR=
-@@ -84,7 +85,7 @@
+@@ -84,7 +85,7 @@ MAKE= make
CC= ${PURIFY} ${PURIFYOPTS} gcc
#-D__USE_FIXED_PROTOTYPES__
@@ -30,3 +30,18 @@ $NetBSD: patch-aa,v 1.2 1999/12/26 17:20:33 itojun Exp $
WHERE= ${PREFIX}/libexec
MANDIR= ${PREFIX}/man
MANSEC= 1
+@@ -140,11 +141,11 @@ xarchive: ${AOBJS}
+ @size xarchive
+
+ install: xdistribute distribute.1 xarchive
+- ${INSTALL} -s -o ${OWNER} -g ${GROUP} -m 511 xdistribute \
++ ${BSD_INSTALL_PROGRAM} xdistribute \
+ ${DESTDIR}${WHERE}/distribute
+- ${INSTALL} -s -o ${OWNER} -g ${GROUP} -m 511 xarchive \
++ ${BSD_INSTALL_PROGRAM} xarchive \
+ ${DESTDIR}${WHERE}/archive
+- ${INSTALL} -m 444 distribute.1 \
++ ${BSD_INSTALL_MAN} distribute.1 \
+ ${DESTDIR}${MANDIR}/man${MANSEC}/distribute.${MANSEC}
+
+ testinst: xdistribute xarchive