pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/serialmail



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Sep  1 03:43:12 UTC 2017

Modified Files:
        pkgsrc/mail/serialmail: distinfo
        pkgsrc/mail/serialmail/patches: patch-ac

Log Message:
Avoid building catpages.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/serialmail/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/serialmail/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/serialmail/distinfo
diff -u pkgsrc/mail/serialmail/distinfo:1.7 pkgsrc/mail/serialmail/distinfo:1.8
--- pkgsrc/mail/serialmail/distinfo:1.7 Mon Jan  2 03:33:52 2017
+++ pkgsrc/mail/serialmail/distinfo     Fri Sep  1 03:43:12 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2017/01/02 03:33:52 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2017/09/01 03:43:12 schmonz Exp $
 
 SHA1 (serialmail-0.75.tar.gz) = 76f8d5ae698cff25b3227e51cc99fff1f4a8b137
 RMD160 (serialmail-0.75.tar.gz) = 2d12152b9c7d007f76b4d129c2795cd192ba9f83
@@ -6,4 +6,4 @@ SHA512 (serialmail-0.75.tar.gz) = f0c7f1
 Size (serialmail-0.75.tar.gz) = 55079 bytes
 SHA1 (patch-aa) = 489ae2af99233087fcfb56dd899fe7283401bf7e
 SHA1 (patch-ab) = e9325df21f6dd114c0bc9327708c82f8b692c1d5
-SHA1 (patch-ac) = fd4af9ee031be8f3d2467dc7f94faeacc65bba85
+SHA1 (patch-ac) = 4f3c3b0f1a65da9c0598ae6b34ab6b1c2a421eb3

Index: pkgsrc/mail/serialmail/patches/patch-ac
diff -u pkgsrc/mail/serialmail/patches/patch-ac:1.2 pkgsrc/mail/serialmail/patches/patch-ac:1.3
--- pkgsrc/mail/serialmail/patches/patch-ac:1.2 Sun Apr 15 00:20:49 2012
+++ pkgsrc/mail/serialmail/patches/patch-ac     Fri Sep  1 03:43:12 2017
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.2 2012/04/15 00:20:49 schmonz Exp $
+$NetBSD: patch-ac,v 1.3 2017/09/01 03:43:12 schmonz Exp $
 
-DESTDIR support.
+DESTDIR support, and avoid building catpages.
 
 --- Makefile.orig      1998-11-15 02:28:23.000000000 +0000
 +++ Makefile
@@ -42,3 +42,12 @@ DESTDIR support.
        error.a str.a 
  
  instcheck.o: \
+@@ -260,7 +268,7 @@ compile instcheck.c strerr.h error.h rea
+       ./compile instcheck.c
+ 
+ it: \
+-man prog install instcheck
++prog install instcheck
+ 
+ leapsecs.0: \
+ leapsecs.3



Home | Main Index | Thread Index | Old Index