mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Update to 1.2.2
- Pass maintainership to author/submitter - Add STAGE support PR: ports/185735 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
This commit is contained in:
parent
5c9573a6ed
commit
c8ff470040
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340983
@ -2,13 +2,13 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libcidr
|
PORTNAME= libcidr
|
||||||
DISTVERSION= 1.2.1
|
DISTVERSION= 1.2.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \
|
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \
|
||||||
http://distfiles.over-yonder.net/${PORTNAME}/ \
|
http://distfiles.over-yonder.net/${PORTNAME}/ \
|
||||||
http://mirrors.rit.edu/zi/
|
http://mirrors.rit.edu/zi/
|
||||||
|
|
||||||
MAINTAINER= zi@FreeBSD.org
|
MAINTAINER= fullermd@over-yonder.net
|
||||||
COMMENT= A library to handle manipulating CIDR netblocks
|
COMMENT= A library to handle manipulating CIDR netblocks
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
@ -16,17 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||||||
|
|
||||||
USE_XZ= yes
|
USE_XZ= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR}
|
MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} NO_DOCS=yes
|
||||||
|
|
||||||
MAN3= libcidr.3
|
|
||||||
|
|
||||||
.if defined(NOPORTDOCS)
|
|
||||||
MAKE_ENV+= NO_DOCS=yes
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(NOPORTEXAMPLES)
|
.if defined(NOPORTEXAMPLES)
|
||||||
MAKE_ENV+= NO_EXAMPLES=yes
|
MAKE_ENV+= NO_EXAMPLES=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (libcidr-1.2.1.tar.xz) = 4f2e2cb2f70d9af023e1cb0ec24d129ba1311c4e8ef629e80b4c1606605f1ac8
|
SHA256 (libcidr-1.2.2.tar.xz) = 918b76f80ed1a3a2f44adc5956b3a56417175c2856f380980049becba52e5d24
|
||||||
SIZE (libcidr-1.2.1.tar.xz) = 151444
|
SIZE (libcidr-1.2.2.tar.xz) = 151800
|
||||||
|
@ -2,13 +2,7 @@ lib/libcidr.so
|
|||||||
lib/libcidr.so.0
|
lib/libcidr.so.0
|
||||||
bin/cidrcalc
|
bin/cidrcalc
|
||||||
include/libcidr.h
|
include/libcidr.h
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr-big.html
|
man/man3/libcidr.3.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr.dvi
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr.pdf
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr.ps
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr.rtf
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/codelibrary-html.css
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
|
||||||
|
Loading…
Reference in New Issue
Block a user