mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to version 0.60.0
This commit is contained in:
parent
3a89983988
commit
c8347b8a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166352
6 changed files with 15 additions and 29 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ipv6calc
|
PORTNAME= ipv6calc
|
||||||
PORTVERSION= 0.51
|
PORTVERSION= 0.60.0
|
||||||
CATEGORIES= net-mgmt ipv6
|
CATEGORIES= net-mgmt ipv6
|
||||||
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
||||||
|
|
||||||
|
@ -17,8 +17,6 @@ USE_GETTEXT= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
do-install:
|
MAN8= ipv6calc.8 ipv6logconv.8 ipv6logstats.8
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin
|
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (ipv6calc-0.51.tar.gz) = c08c77712854ef3ba17f129a84d73ee2
|
MD5 (ipv6calc-0.60.0.tar.gz) = 894f67ad3883bd0153ede1946d9dc4cb
|
||||||
SHA256 (ipv6calc-0.51.tar.gz) = c15a971d5452de29cd2e4b9f26efa276814a673b05a66cd0f2631ff1cb0dcffc
|
SHA256 (ipv6calc-0.60.0.tar.gz) = 30fb40b2a45196dbbf7e52b0cd12ac6da5ca91281be9c04e30e6cbd41e530396
|
||||||
SIZE (ipv6calc-0.51.tar.gz) = 410846
|
SIZE (ipv6calc-0.60.0.tar.gz) = 1118155
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ipv6calc/Makefile.orig Mon Feb 13 07:07:30 2006
|
|
||||||
+++ ipv6calc/Makefile Mon Feb 13 07:07:34 2006
|
|
||||||
@@ -35,7 +35,7 @@
|
|
||||||
$(OBJS): ipv6calc.h showinfo.h
|
|
||||||
|
|
||||||
libipv6calc.a:
|
|
||||||
- cd ../ && make lib-make
|
|
||||||
+ cd ../ && ${MAKE} lib-make
|
|
||||||
|
|
||||||
ipv6calc: $(OBJS) libipv6calc.a ../lib/ipv6calcoptions.h
|
|
||||||
$(CC) -o ipv6calc $(OBJS) $(GETOBJS) -lipv6calc -L../lib/ $(LDFLAGS)
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ipv6calc/Makefile.in.orig Mon Feb 13 07:07:21 2006
|
|
||||||
+++ ipv6calc/Makefile.in Mon Feb 13 07:07:28 2006
|
|
||||||
@@ -35,7 +35,7 @@
|
|
||||||
$(OBJS): ipv6calc.h showinfo.h
|
|
||||||
|
|
||||||
libipv6calc.a:
|
|
||||||
- cd ../ && make lib-make
|
|
||||||
+ cd ../ && ${MAKE} lib-make
|
|
||||||
|
|
||||||
ipv6calc: $(OBJS) libipv6calc.a ../lib/ipv6calcoptions.h
|
|
||||||
$(CC) -o ipv6calc $(OBJS) $(GETOBJS) -lipv6calc -L../lib/ $(LDFLAGS)
|
|
9
net-mgmt/ipv6calc/files/patch-man__Makefile.in
Normal file
9
net-mgmt/ipv6calc/files/patch-man__Makefile.in
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- man/Makefile.in.orig Mon Jun 26 22:16:23 2006
|
||||||
|
+++ man/Makefile.in Mon Jun 26 22:16:35 2006
|
||||||
|
@@ -24,5 +24,5 @@
|
||||||
|
install:
|
||||||
|
mkdir -p $(root)@mandir@/man8
|
||||||
|
for f in *.8; do \
|
||||||
|
- install -m 644 $$f $(root)@mandir@/man8; \
|
||||||
|
+ install -m 644 $$f $(root)${PREFIX}/man/man8; \
|
||||||
|
done
|
|
@ -1,2 +1,3 @@
|
||||||
bin/ipv6calc
|
bin/ipv6calc
|
||||||
bin/ipv6logconv
|
bin/ipv6logconv
|
||||||
|
bin/ipv6logstats
|
||||||
|
|
Loading…
Add table
Reference in a new issue