Update to 2.6

PR:		53255
Submitted by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-06-12 15:45:06 +00:00
parent 4a31628a76
commit 524c1509fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82867
3 changed files with 10 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= distcc
PORTVERSION= 2.5.1
PORTVERSION= 2.6
CATEGORIES= devel
MASTER_SITES= http://distcc.samba.org/ftp/distcc/
@ -22,13 +22,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
MAN1= distcc.1 distccd.1
DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS README \
linuxdoc/distcc.sgml
DOC_FILES= AUTHORS COPYING COPYING.FDL DEPENDENCIES INSTALL NEWS README \
linuxdoc/distcc.sgml doc/protocol-1.txt doc/status-1.txt
HTML_DOC_FILES= distcc.html distcc-1.html distcc-2.html distcc-3.html \
distcc-4.html distcc-5.html
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/distcc ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-text ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/distccd ${PREFIX}/sbin
post-install: install-doc install-html-doc install-man

View file

@ -1 +1 @@
MD5 (distcc-2.5.1.tar.bz2) = 9d602a7736be7bcbb00928d6a0f3c82a
MD5 (distcc-2.6.tar.bz2) = 022b0d968e2bdf51acca23258979ce58

View file

@ -1,11 +1,16 @@
bin/distcc
bin/distccmon-text
sbin/distccd
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/COPYING.FDL
%%PORTDOCS%%%%DOCSDIR%%/DEPENDENCIES
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/distcc.sgml
%%PORTDOCS%%%%DOCSDIR%%/protocol-1.txt
%%PORTDOCS%%%%DOCSDIR%%/status-1.txt
%%PORTDOCS%%%%DOCSDIR%%/html/distcc.html
%%PORTDOCS%%%%DOCSDIR%%/html/distcc-1.html
%%PORTDOCS%%%%DOCSDIR%%/html/distcc-2.html