diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-04-18 15:45:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-04-18 15:45:21 +0000 |
commit | 4c7cae871cdcc686b25fd3bd850432cab7881851 (patch) | |
tree | 2aabb3193c83cbf94f44c00c78435b412c7a6abf /mail | |
parent | 0ec04525ae2e1c8d100b006cbfd61e51f422a359 (diff) | |
download | ports-4c7cae871cdcc686b25fd3bd850432cab7881851.tar.gz ports-4c7cae871cdcc686b25fd3bd850432cab7881851.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/renattach/Makefile | 2 | ||||
-rw-r--r-- | mail/renattach/distinfo | 6 | ||||
-rw-r--r-- | mail/renattach/files/patch-src::Makefile.in | 38 | ||||
-rw-r--r-- | mail/renattach/files/patch-src::renattach.c | 11 |
4 files changed, 4 insertions, 53 deletions
diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile index 0881b434fd47..f1ef83fd5aa9 100644 --- a/mail/renattach/Makefile +++ b/mail/renattach/Makefile @@ -6,7 +6,7 @@ # PORTNAME= renattach -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= mail MASTER_SITES= http://www.pc-tools.net/files/unix/ diff --git a/mail/renattach/distinfo b/mail/renattach/distinfo index 60347f583358..757c7277008e 100644 --- a/mail/renattach/distinfo +++ b/mail/renattach/distinfo @@ -1,3 +1,3 @@ -MD5 (renattach-1.2.2.tar.gz) = 2a9c7c31ba618ea751fc0ba7a81836f8 -SHA256 (renattach-1.2.2.tar.gz) = 3a54d6c43ea737464ed1e2063ddb650a0a976660c2bf872b4328e107d34f66f8 -SIZE (renattach-1.2.2.tar.gz) = 123873 +MD5 (renattach-1.2.3.tar.gz) = 5260572c05376065572355777aaaf085 +SHA256 (renattach-1.2.3.tar.gz) = 63db59d31a85825e3b82c1ad721aa16a5121b0a3ceb2d09157f9fc41f40c3e30 +SIZE (renattach-1.2.3.tar.gz) = 112339 diff --git a/mail/renattach/files/patch-src::Makefile.in b/mail/renattach/files/patch-src::Makefile.in deleted file mode 100644 index 6a642e05ea17..000000000000 --- a/mail/renattach/files/patch-src::Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- src/Makefile.in.orig Wed Oct 6 13:50:11 2004 -+++ src/Makefile.in Mon Mar 7 23:35:28 2005 -@@ -51,13 +51,13 @@ - binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) - PROGRAMS = $(bin_PROGRAMS) - am_renattach_OBJECTS = renattach.$(OBJEXT) settings.$(OBJEXT) \ -- utility.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) -+ utility.$(OBJEXT) - renattach_OBJECTS = $(am_renattach_OBJECTS) - renattach_LDADD = $(LDADD) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles --@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \ -+@AMDEP_TRUE@DEP_FILES = \ - @AMDEP_TRUE@ ./$(DEPDIR)/renattach.Po ./$(DEPDIR)/settings.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/utility.Po - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ -@@ -143,8 +143,8 @@ - target_alias = @target_alias@ - AM_CFLAGS = -pedantic -Wall -DCONF_DIR=\"$(sysconfdir)\" - dist_man_MANS = renattach.1 --renattach_SOURCES = renattach.c settings.c utility.c getopt.c getopt1.c \ -- renattach.h strings-en.h utility.h getopt.h -+renattach_SOURCES = renattach.c settings.c utility.c \ -+ renattach.h strings-en.h utility.h - - all: all-am - -@@ -212,8 +212,6 @@ - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renattach.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utility.Po@am__quote@ diff --git a/mail/renattach/files/patch-src::renattach.c b/mail/renattach/files/patch-src::renattach.c deleted file mode 100644 index c898945c2e0d..000000000000 --- a/mail/renattach/files/patch-src::renattach.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/renattach.c.orig Wed Oct 6 13:22:24 2004 -+++ src/renattach.c Mon Mar 7 23:36:42 2005 -@@ -26,7 +26,7 @@ - #include "renattach.h" - #include "strings-en.h" - #include "utility.h" --#include "getopt.h" -+#include <getopt.h> - #include <memory.h> - #include <stdio.h> - #include <stdlib.h> |