diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-07 21:42:54 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-07 21:42:54 +0000 |
commit | e7d4bc60e31b19305d025697ccb7defe82fe819c (patch) | |
tree | a3728acf74d83b715eef732b461480e14d92b721 /net/netdude | |
parent | 6b89d5381bb1a3f03ced3c456a47a60e9751d56c (diff) | |
download | ports-e7d4bc60e31b19305d025697ccb7defe82fe819c.tar.gz ports-e7d4bc60e31b19305d025697ccb7defe82fe819c.zip |
Notes
Diffstat (limited to 'net/netdude')
-rw-r--r-- | net/netdude/Makefile | 3 | ||||
-rw-r--r-- | net/netdude/distinfo | 6 | ||||
-rw-r--r-- | net/netdude/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | net/netdude/files/patch-src::Makefile.in | 26 | ||||
-rw-r--r-- | net/netdude/pkg-plist | 56 |
5 files changed, 24 insertions, 77 deletions
diff --git a/net/netdude/Makefile b/net/netdude/Makefile index 7a8d7be547cb..8723308f81f6 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -7,7 +7,7 @@ # PORTNAME= netdude -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,6 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl" USE_GMAKE= yes USE_GNOME= glib12 gtk12 -INSTALLS_SHLIB= yes MAN1= netdude.1 diff --git a/net/netdude/distinfo b/net/netdude/distinfo index 965580477fd7..ff86ee7c34c1 100644 --- a/net/netdude/distinfo +++ b/net/netdude/distinfo @@ -1,3 +1,3 @@ -MD5 (netdude-0.4.6.tar.gz) = db4f36c484c57f856a73d5019714b7b0 -SHA256 (netdude-0.4.6.tar.gz) = 0690316f40bdc837751ae1e8a74f63a3f6c2dafbd12a660ced3eb9606432c142 -SIZE (netdude-0.4.6.tar.gz) = 1159507 +MD5 (netdude-0.4.7.tar.gz) = d0cfe2dd6af254f228fa22a0ddb9dcb6 +SHA256 (netdude-0.4.7.tar.gz) = 761389be2fe909c43473ea09af4d10fb4d261273f6838e20dcd04a78796a07dc +SIZE (netdude-0.4.7.tar.gz) = 1434733 diff --git a/net/netdude/files/patch-Makefile.in b/net/netdude/files/patch-Makefile.in index 11442a8e22e5..89b629958bc7 100644 --- a/net/netdude/files/patch-Makefile.in +++ b/net/netdude/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Apr 27 07:47:39 2006 -+++ Makefile.in Thu Apr 27 07:47:47 2006 -@@ -94,7 +94,7 @@ - lndtool = @lndtool@ +--- ./Makefile.in.orig Sat Jan 6 18:00:24 2007 ++++ ./Makefile.in Sat Jan 6 18:00:44 2007 +@@ -197,7 +197,7 @@ + target_alias = @target_alias@ version_major = @version_major@ version_minor = @version_minor@ -SUBDIRS = libltdl src plugins protocols pixmaps doc +SUBDIRS = src plugins protocols pixmaps doc - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ + ltconfig ltmain.sh missing mkinstalldirs \ diff --git a/net/netdude/files/patch-src::Makefile.in b/net/netdude/files/patch-src::Makefile.in index 732ec4ed066f..e583622ee644 100644 --- a/net/netdude/files/patch-src::Makefile.in +++ b/net/netdude/files/patch-src::Makefile.in @@ -1,20 +1,20 @@ ---- src/Makefile.in.orig Thu Apr 27 09:43:27 2006 -+++ src/Makefile.in Thu Apr 27 09:43:39 2006 -@@ -171,8 +171,7 @@ +--- ./src/Makefile.in.orig Sat Jan 6 18:00:49 2007 ++++ ./src/Makefile.in Sat Jan 6 18:01:19 2007 +@@ -63,7 +63,6 @@ + callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \ + gtkhex.$(OBJEXT) + netdude_OBJECTS = $(am_netdude_OBJECTS) +-netdude_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles +@@ -279,8 +278,7 @@ + support.c support.h \ gtkhex.c gtkhex.h - -netdude_LDADD = \ - $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @LIBNETDUDE_LIBS@ +netdude_LDADD = @gtk_libs@ @LIBNETDUDE_LIBS@ - subdir = src - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -193,7 +192,6 @@ - callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \ - gtkhex.$(OBJEXT) - netdude_OBJECTS = $(am_netdude_OBJECTS) --netdude_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la - netdude_LDFLAGS = + all: all-am - DEFS = @DEFS@ diff --git a/net/netdude/pkg-plist b/net/netdude/pkg-plist index e362ed9b92c2..86906e5bc99d 100644 --- a/net/netdude/pkg-plist +++ b/net/netdude/pkg-plist @@ -46,63 +46,13 @@ include/netdude/0.4/protocols/snap/nd_snap.h %%PORTDOCS%%%%DOCSDIR%%/images/preferences.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/images/trace_areas.png -%%PORTDOCS%%%%DOCSDIR%%/a5220.html -%%PORTDOCS%%%%DOCSDIR%%/a5222.html -%%PORTDOCS%%%%DOCSDIR%%/a5223.html -%%PORTDOCS%%%%DOCSDIR%%/a5225.html -%%PORTDOCS%%%%DOCSDIR%%/a5228.html -%%PORTDOCS%%%%DOCSDIR%%/a5229.html -%%PORTDOCS%%%%DOCSDIR%%/a5230.html -%%PORTDOCS%%%%DOCSDIR%%/a5240.html -%%PORTDOCS%%%%DOCSDIR%%/a5241.html -%%PORTDOCS%%%%DOCSDIR%%/a5242.html -%%PORTDOCS%%%%DOCSDIR%%/a5243.html -%%PORTDOCS%%%%DOCSDIR%%/a5244.html -%%PORTDOCS%%%%DOCSDIR%%/a5246.html -%%PORTDOCS%%%%DOCSDIR%%/a5397.html +%%PORTDOCS%%%%DOCSDIR%%/a6575.html %%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/b5232.html -%%PORTDOCS%%%%DOCSDIR%%/b5234.html -%%PORTDOCS%%%%DOCSDIR%%/b5235.html -%%PORTDOCS%%%%DOCSDIR%%/b5237.html -%%PORTDOCS%%%%DOCSDIR%%/b5240.html -%%PORTDOCS%%%%DOCSDIR%%/b5241.html -%%PORTDOCS%%%%DOCSDIR%%/b5242.html -%%PORTDOCS%%%%DOCSDIR%%/b5252.html -%%PORTDOCS%%%%DOCSDIR%%/b5253.html -%%PORTDOCS%%%%DOCSDIR%%/b5254.html -%%PORTDOCS%%%%DOCSDIR%%/b5255.html -%%PORTDOCS%%%%DOCSDIR%%/b5256.html -%%PORTDOCS%%%%DOCSDIR%%/b5258.html -%%PORTDOCS%%%%DOCSDIR%%/b5409.html -%%PORTDOCS%%%%DOCSDIR%%/c101.html -%%PORTDOCS%%%%DOCSDIR%%/c102.html +%%PORTDOCS%%%%DOCSDIR%%/b6587.html %%PORTDOCS%%%%DOCSDIR%%/c105.html %%PORTDOCS%%%%DOCSDIR%%/c20.html -%%PORTDOCS%%%%DOCSDIR%%/c261.html -%%PORTDOCS%%%%DOCSDIR%%/c267.html -%%PORTDOCS%%%%DOCSDIR%%/c270.html -%%PORTDOCS%%%%DOCSDIR%%/c289.html -%%PORTDOCS%%%%DOCSDIR%%/c293.html -%%PORTDOCS%%%%DOCSDIR%%/c295.html -%%PORTDOCS%%%%DOCSDIR%%/c296.html -%%PORTDOCS%%%%DOCSDIR%%/c298.html -%%PORTDOCS%%%%DOCSDIR%%/c301.html -%%PORTDOCS%%%%DOCSDIR%%/c302.html -%%PORTDOCS%%%%DOCSDIR%%/c313.html -%%PORTDOCS%%%%DOCSDIR%%/c314.html -%%PORTDOCS%%%%DOCSDIR%%/c317.html -%%PORTDOCS%%%%DOCSDIR%%/c448.html %%PORTDOCS%%%%DOCSDIR%%/c455.html -%%PORTDOCS%%%%DOCSDIR%%/c61.html -%%PORTDOCS%%%%DOCSDIR%%/c67.html -%%PORTDOCS%%%%DOCSDIR%%/c69.html -%%PORTDOCS%%%%DOCSDIR%%/c70.html %%PORTDOCS%%%%DOCSDIR%%/c71.html -%%PORTDOCS%%%%DOCSDIR%%/c89.html -%%PORTDOCS%%%%DOCSDIR%%/c93.html -%%PORTDOCS%%%%DOCSDIR%%/c95.html -%%PORTDOCS%%%%DOCSDIR%%/c96.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/netdude-gtkhex.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-clipboard.html @@ -118,7 +68,6 @@ include/netdude/0.4/protocols/snap/nd_snap.h %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-macros.html %%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-main.html -%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-packet-iterator.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-packet.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-plugin.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-prefs.html @@ -130,7 +79,6 @@ include/netdude/0.4/protocols/snap/nd_snap.h %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-timestamp.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-tp.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-tpm-gui.html -%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-tpm.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-area-gui.html %%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-registry.html |