Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 13:44:39 +0200 (CEST)
From:      Aleksander Fafula <alex@fafula.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95997: update to mail/renattach 
Message-ID:  <20060418114439.DE56A8A071@fafula.com>
Resent-Message-ID: <200604181150.k3IBoK3I043465@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95997
>Category:       ports
>Synopsis:       update to mail/renattach
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 18 11:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
bsdguru.org, fafula.com 
>Environment:
System: FreeBSD fafula.com


	
>Description:

An update to mail/renattach.
Port tested on FreeBSD 7.0.
If compiles on others then seems like patches are not needed anymore.
	
>How-To-Repeat:
	
>Fix:

	


diff -ruN renattach.orig/Makefile renattach/Makefile
--- renattach.orig/Makefile	Tue Apr 12 05:26:01 2005
+++ renattach/Makefile	Tue Apr 18 13:15:25 2006
@@ -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 -ruN renattach.orig/distinfo renattach/distinfo
--- renattach.orig/distinfo	Fri Nov 25 16:30:56 2005
+++ renattach/distinfo	Tue Apr 18 13:15:38 2006
@@ -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 -ruN renattach.orig/files/patch-src::Makefile.in renattach/files/patch-src::Makefile.in
--- renattach.orig/files/patch-src::Makefile.in	Sun Mar 13 10:35:39 2005
+++ renattach/files/patch-src::Makefile.in	Thu Jan  1 01:00:00 1970
@@ -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 -ruN renattach.orig/files/patch-src::renattach.c renattach/files/patch-src::renattach.c
--- renattach.orig/files/patch-src::renattach.c	Sun Mar 13 10:35:39 2005
+++ renattach/files/patch-src::renattach.c	Thu Jan  1 01:00:00 1970
@@ -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>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060418114439.DE56A8A071>