1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 1.2.3

PR:		ports/95997
Submitted by:	Aleksander Fafula <alex@fafula.com>
This commit is contained in:
Renato Botelho 2006-04-18 15:45:21 +00:00
parent 0ec04525ae
commit 4c7cae871c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159883
4 changed files with 4 additions and 53 deletions

View File

@ -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/

View File

@ -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

View File

@ -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@

View File

@ -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>