mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +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$
|
||||
|
||||
PORTNAME= libcidr
|
||||
DISTVERSION= 1.2.1
|
||||
DISTVERSION= 1.2.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \
|
||||
http://distfiles.over-yonder.net/${PORTNAME}/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
MAINTAINER= fullermd@over-yonder.net
|
||||
COMMENT= A library to handle manipulating CIDR netblocks
|
||||
|
||||
LICENSE= BSD
|
||||
@ -16,17 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_XZ= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR}
|
||||
|
||||
MAN3= libcidr.3
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV+= NO_DOCS=yes
|
||||
.endif
|
||||
MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} NO_DOCS=yes
|
||||
|
||||
.if defined(NOPORTEXAMPLES)
|
||||
MAKE_ENV+= NO_EXAMPLES=yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libcidr-1.2.1.tar.xz) = 4f2e2cb2f70d9af023e1cb0ec24d129ba1311c4e8ef629e80b4c1606605f1ac8
|
||||
SIZE (libcidr-1.2.1.tar.xz) = 151444
|
||||
SHA256 (libcidr-1.2.2.tar.xz) = 918b76f80ed1a3a2f44adc5956b3a56417175c2856f380980049becba52e5d24
|
||||
SIZE (libcidr-1.2.2.tar.xz) = 151800
|
||||
|
@ -2,13 +2,7 @@ lib/libcidr.so
|
||||
lib/libcidr.so.0
|
||||
bin/cidrcalc
|
||||
include/libcidr.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libcidr-big.html
|
||||
%%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
|
||||
man/man3/libcidr.3.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
|
||||
|
Loading…
Reference in New Issue
Block a user