[70980] trunk/dports/net/vantages

ryandesign at macports.org ryandesign at macports.org
Sat Aug 28 18:40:32 PDT 2010


Revision: 70980
          http://trac.macports.org/changeset/70980
Author:   ryandesign at macports.org
Date:     2010-08-28 18:40:29 -0700 (Sat, 28 Aug 2010)
Log Message:
-----------
vantages: update to 0.8.5b; see #26270

Modified Paths:
--------------
    trunk/dports/net/vantages/Portfile
    trunk/dports/net/vantages/files/patch-makefile_fixes.diff

Modified: trunk/dports/net/vantages/Portfile
===================================================================
--- trunk/dports/net/vantages/Portfile	2010-08-29 01:35:43 UTC (rev 70979)
+++ trunk/dports/net/vantages/Portfile	2010-08-29 01:40:29 UTC (rev 70980)
@@ -3,8 +3,7 @@
 PortSystem              1.0
 
 name                    vantages
-version                 0.8.3.1b
-revision                2
+version                 0.8.5b
 categories              net
 platforms               darwin
 maintainers             nomaintainer
@@ -24,7 +23,8 @@
 
 homepage                http://vantage-points.org/
 master_sites            ${homepage}src/
-checksums               sha1 e78bb8de21f7302335d2d73a5423613593e1d6fa
+checksums               sha1    6cc7d538b75a778ed1889c89485b72aa85a10298 \
+                        rmd160  6cce5d9f2eb339f7d13661c67e72fd1e50e16708
 extract.suffix          .tgz
 patchfiles              patch-makefile_fixes.diff
 universal_variant       no

Modified: trunk/dports/net/vantages/files/patch-makefile_fixes.diff
===================================================================
--- trunk/dports/net/vantages/files/patch-makefile_fixes.diff	2010-08-29 01:35:43 UTC (rev 70979)
+++ trunk/dports/net/vantages/files/patch-makefile_fixes.diff	2010-08-29 01:40:29 UTC (rev 70980)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2010-03-01 11:43:04.000000000 +0100
-+++ Makefile.in	2010-03-01 15:15:00.000000000 +0100
+--- Makefile-full.in.orig	2010-08-26 15:29:47.000000000 -0500
++++ Makefile-full.in	2010-08-28 20:38:11.000000000 -0500
 @@ -66,10 +66,10 @@
  includedir = @includedir@
  datarootdir = @datarootdir@
@@ -14,70 +14,30 @@
  manpfx = man
  
  man1ext = .1
-@@ -99,40 +99,40 @@
- 	$(MAKE) clean -C shttpd-1.42/src
- 
- install: installman installldconfig
--	-( mkdir -p $(bindir) )
--	$(INSTALL_PROGRAM) $(INSTALL_MODE) bin/vantaged $(bindir)/vantaged
--	$(INSTALL_PROGRAM) $(INSTALL_MODE) bin/dnsfunnel $(bindir)/dnsfunnel
--	$(INSTALL_PROGRAM) $(INSTALL_MODE) bin/dnskey-grab $(bindir)/dnskey-grab
--	$(INSTALL_PROGRAM) $(INSTALL_MODE) scripts/create-db.pl  $(bindir)/create-db.pl
--	$(INSTALL_PROGRAM) $(INSTALL_MODE) scripts/vant-setup  $(bindir)/vant-setup
--	$(INSTALL) -m 755 -d $(libdir)
--	$(LIBTOOL) --mode=install cp dns/libvdns.la $(libdir)
--	$(LIBTOOL) --mode=finish $(libdir)
--	$(INSTALL_PROGRAM) $(INSTALL_MODE) -d $(includedir)/vantages
--	for i in `ls dns/*.h`; do $(INSTALL_PROGRAM) $(DOC_MODE) $$i $(includedir)/vantages/; done
--	-( mkdir -p $(docdir) )
--	-( mkdir -p $(datarootdir)/vantages )
--	cp -RL sql $(datarootdir)/vantages/
--	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.conf.sample $(datarootdir)/vantages/vantaged.conf.sample
--	$(INSTALL_PROGRAM) $(DOC_MODE) LICENSE $(datarootdir)/vantages/LICENSE
--	$(INSTALL_PROGRAM) $(DOC_MODE) README $(datarootdir)/vantages/README
--	$(INSTALL_PROGRAM) $(DOC_MODE) ERRATA $(datarootdir)/vantages/ERRATA
-+	-( mkdir -p $(DESTDIR)$(bindir) )
-+	$(INSTALL_PROGRAM) $(INSTALL_MODE) bin/vantaged $(DESTDIR)$(bindir)/vantaged
-+	$(INSTALL_PROGRAM) $(INSTALL_MODE) bin/dnsfunnel $(DESTDIR)$(bindir)/dnsfunnel
-+	$(INSTALL_PROGRAM) $(INSTALL_MODE) bin/dnskey-grab $(DESTDIR)$(bindir)/dnskey-grab
-+	$(INSTALL_PROGRAM) $(INSTALL_MODE) scripts/create-db.pl $(DESTDIR)$(bindir)/create-db.pl
-+	$(INSTALL_PROGRAM) $(INSTALL_MODE) scripts/vant-setup $(DESTDIR)$(bindir)/vant-setup
-+	$(INSTALL) -m 755 -d $(DESTDIR)$(libdir)
-+	$(LIBTOOL) --mode=install cp dns/libvdns.la $(DESTDIR)$(libdir)
-+	$(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
-+	$(INSTALL_PROGRAM) $(INSTALL_MODE) -d $(DESTDIR)$(includedir)/vantages
-+	for i in `ls dns/*.h`; do $(INSTALL_PROGRAM) $(DOC_MODE) $$i $(DESTDIR)$(includedir)/vantages/; done
+@@ -111,13 +111,13 @@
+ 	$(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
+ 	$(INSTALL_PROGRAM) $(INSTALL_MODE) -d $(DESTDIR)$(includedir)/vantages
+ 	for i in `ls dns/*.h`; do $(INSTALL_PROGRAM) $(DOC_MODE) $$i $(DESTDIR)$(includedir)/vantages/; done
+-	-( mkdir -p $(DESTDIR)$(docdir) )
 +	-( mkdir -p $(DESTDIR)$(docdir)/vantages )
-+	-( mkdir -p $(DESTDIR)$(datarootdir)/vantages )
-+	cp -RL sql $(DESTDIR)$(datarootdir)/vantages/
+ 	-( mkdir -p $(DESTDIR)$(datarootdir)/vantages )
+ 	cp -RL sql $(DESTDIR)$(datarootdir)/vantages/
+-	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.conf.sample $(DESTDIR)$(datarootdir)/vantages/vantaged.conf.sample
+-	$(INSTALL_PROGRAM) $(DOC_MODE) LICENSE $(DESTDIR)$(datarootdir)/vantages/LICENSE
+-	$(INSTALL_PROGRAM) $(DOC_MODE) README $(DESTDIR)$(datarootdir)/vantages/README
+-	$(INSTALL_PROGRAM) $(DOC_MODE) CHANGELOG $(DESTDIR)$(datarootdir)/vantages/CHANGELOG
 +	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.conf.sample $(DESTDIR)$(docdir)/vantages/vantaged.conf.sample
 +	$(INSTALL_PROGRAM) $(DOC_MODE) LICENSE $(DESTDIR)$(docdir)/vantages/LICENSE
 +	$(INSTALL_PROGRAM) $(DOC_MODE) README $(DESTDIR)$(docdir)/vantages/README
-+	$(INSTALL_PROGRAM) $(DOC_MODE) ERRATA $(DESTDIR)$(docdir)/vantages/ERRATA
++	$(INSTALL_PROGRAM) $(DOC_MODE) CHANGELOG $(DESTDIR)$(docdir)/vantages/CHANGELOG
  	@echo ""
  	@grep '^--' README
  
- installman:
--	$(INSTALL) -m 755 -d $(man1dir)
--	$(INSTALL) -m 755 -d $(man5dir)
--	$(INSTALL) -m 755 -d $(man8dir)
--	$(INSTALL_PROGRAM) $(DOC_MODE) doc/dnsfunnel.1 $(man1dir)/dnsfunnel.1
--	$(INSTALL_PROGRAM) $(DOC_MODE) doc/dnskey-grab.1 $(man1dir)/dnskey-grab.1
--	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.conf.5 $(man5dir)/vantaged.conf.5
--	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.8 $(man8dir)/vantaged.8
-+	$(INSTALL) -m 755 -d $(DESTDIR)$(man1dir)
-+	$(INSTALL) -m 755 -d $(DESTDIR)$(man5dir)
-+	$(INSTALL) -m 755 -d $(DESTDIR)$(man8dir)
-+	$(INSTALL_PROGRAM) $(DOC_MODE) doc/dnsfunnel.1 $(DESTDIR)$(man1dir)/dnsfunnel.1
-+	$(INSTALL_PROGRAM) $(DOC_MODE) doc/dnskey-grab.1 $(DESTDIR)$(man1dir)/dnskey-grab.1
-+	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.conf.5 $(DESTDIR)$(man5dir)/vantaged.conf.5
-+	$(INSTALL_PROGRAM) $(DOC_MODE) doc/vantaged.8 $(DESTDIR)$(man8dir)/vantaged.8
- 
- installldconfig:
+@@ -134,6 +134,6 @@
  	-( if [ -e /etc/ld.so.conf ]; then if [ "x" = "x`grep '^$(libdir)' /etc/ld.so.conf`" ];then echo "$(libdir)" >> /etc/ld.so.conf; ldconfig; fi; fi )
  
  setup:
 -	@echo "Seting up database..."
 +	@echo "Setting up database..."
- 	$(bindir)/vant-setup -d $(datarootdir)/vantages/sql
+ 	$(bindir)/vant-setup -d $(DESTDIR)$(datarootdir)/vantages/sql
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100828/91c43280/attachment-0001.html>


More information about the macports-changes mailing list