pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/popa3d Update to 0.6.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/314565e4f9e7
branches:  trunk
changeset: 464373:314565e4f9e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 07 19:18:16 2003 +0000

description:
Update to 0.6.4:
        Changes made between 0.6.3 and 0.6.4 (2003/11/17).

The uses of sprintf(3) have been replaced by the concat() function
implemented locally.

Also, add rc.d script to PLIST for binary packages.

diffstat:

 mail/popa3d/Makefile         |   4 ++--
 mail/popa3d/PLIST            |   3 ++-
 mail/popa3d/distinfo         |   8 ++++----
 mail/popa3d/patches/patch-ab |  16 ++++++++--------
 4 files changed, 16 insertions(+), 15 deletions(-)

diffs (77 lines):

diff -r 91b2f38b8d6c -r 314565e4f9e7 mail/popa3d/Makefile
--- a/mail/popa3d/Makefile      Sun Dec 07 19:04:30 2003 +0000
+++ b/mail/popa3d/Makefile      Sun Dec 07 19:18:16 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2003/08/30 22:51:22 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2003/12/07 19:18:16 wiz Exp $
 #
 
-DISTNAME=      popa3d-0.6.3
+DISTNAME=      popa3d-0.6.4
 CATEGORIES=    mail
 MASTER_SITES=  http://www.openwall.com/popa3d/ \
                ftp://ftp.openwall.com/pub/projects/popa3d/ \
diff -r 91b2f38b8d6c -r 314565e4f9e7 mail/popa3d/PLIST
--- a/mail/popa3d/PLIST Sun Dec 07 19:04:30 2003 +0000
+++ b/mail/popa3d/PLIST Sun Dec 07 19:18:16 2003 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2002/11/07 03:48:00 dillo Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/12/07 19:18:17 wiz Exp $
+etc/rc.d/popa3d
 man/man8/popa3d.8
 sbin/popa3d
 share/doc/popa3d/DESIGN
diff -r 91b2f38b8d6c -r 314565e4f9e7 mail/popa3d/distinfo
--- a/mail/popa3d/distinfo      Sun Dec 07 19:04:30 2003 +0000
+++ b/mail/popa3d/distinfo      Sun Dec 07 19:18:16 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2003/04/15 08:28:19 wiz Exp $
+$NetBSD: distinfo,v 1.14 2003/12/07 19:18:17 wiz Exp $
 
-SHA1 (popa3d-0.6.3.tar.gz) = cff50f52ca3629f15e386f955dbf7771a9ce64ae
-Size (popa3d-0.6.3.tar.gz) = 31551 bytes
+SHA1 (popa3d-0.6.4.tar.gz) = 944d94346b4edd0d4c40f4ca0b81599a47d1087d
+Size (popa3d-0.6.4.tar.gz) = 31881 bytes
 SHA1 (patch-aa) = 672b3b4d7319a4af1580af2df955f380bcddbb45
-SHA1 (patch-ab) = 59ac34d26451ceadba7b610a427ba0a1e454f302
+SHA1 (patch-ab) = 9ea78b98fa9279a147a20ca8fc5f938b98365d27
diff -r 91b2f38b8d6c -r 314565e4f9e7 mail/popa3d/patches/patch-ab
--- a/mail/popa3d/patches/patch-ab      Sun Dec 07 19:04:30 2003 +0000
+++ b/mail/popa3d/patches/patch-ab      Sun Dec 07 19:18:16 2003 +0000
@@ -1,20 +1,20 @@
-$NetBSD: patch-ab,v 1.7 2003/02/20 13:51:23 salo Exp $
+$NetBSD: patch-ab,v 1.8 2003/12/07 19:18:17 wiz Exp $
 
---- Makefile.orig      2001-10-28 02:10:49.000000000 +0100
-+++ Makefile   2003-02-20 14:27:15.000000000 +0100
+--- Makefile.orig      Mon Nov 17 01:43:35 2003
++++ Makefile
 @@ -1,30 +1,32 @@
 -CC = gcc
 -LD = gcc
 -RM = rm -f
 -MKDIR = mkdir -p
--INSTALL = install
--CFLAGS = -c -Wall -O2 -fomit-frame-pointer
+-INSTALL = install -c
+-CFLAGS = -Wall -O2 -fomit-frame-pointer
 +#CC = gcc
 +LD = $(CC)
 +#RM = rm -f
 +#MKDIR = mkdir -p
-+#INSTALL = install
-+CFLAGS += -c -Wall -O2 -fomit-frame-pointer
++#INSTALL = install -c
++CFLAGS += -Wall -O2 -fomit-frame-pointer
  # You may use OpenSSL's MD5 routines instead of the ones supplied here
  #CFLAGS += -DHAVE_OPENSSL
 -LDFLAGS = -s
@@ -22,7 +22,7 @@
  LIBS =
  # Linux with glibc, FreeBSD, NetBSD
 -#LIBS += -lcrypt
-+LIBS += -lc -lcrypt
++LIBS += -lcrypt
  # HP-UX trusted system
  #LIBS += -lsec
  # Solaris (POP_STANDALONE, POP_VIRTUAL)



Home | Main Index | Thread Index | Old Index