Index: head/graphics/hsetroot/Makefile =================================================================== --- head/graphics/hsetroot/Makefile (revision 112534) +++ head/graphics/hsetroot/Makefile (revision 112535) @@ -1,25 +1,25 @@ # New ports collection makefile for: hsetroot # Date created: 30 November 2003 # Whom: Vincent Tantardini # # $FreeBSD$ # PORTNAME= hsetroot PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://thegraveyard.org/files/ -MAINTAINER= vinc@freebsd-fr.org +MAINTAINER= ports@FreeBSD.org COMMENT= Root window parameter setting background for X LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 PLIST_FILES= bin/hsetroot USE_X_PREFIX= YES GNU_CONFIGURE= YES USE_GMAKE= YES .include Property changes on: head/graphics/hsetroot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/libcaca/Makefile =================================================================== --- head/graphics/libcaca/Makefile (revision 112534) +++ head/graphics/libcaca/Makefile (revision 112535) @@ -1,44 +1,44 @@ # New ports collection makefile for: libcaca # Date created: 11 January 2004 # Whom: Vincent Tantardini # # $FreeBSD$ PORTNAME= libcaca PORTVERSION= 0.7 CATEGORIES= graphics MASTER_SITES= http://sam.zoy.org/projects/libcaca/ -MAINTAINER= vinc@FreeBSD-fr.org +MAINTAINER= ports@FreeBSD.org COMMENT= Graphics library that outputs text instead of pixels GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --program-prefix="" \ --enable-ncurses MAN1= caca-config.1 cacademo.1 cacaview.1 .if defined(NOPORTDOCS) MAKE_ENV+= NOPORTDOCS=YES .endif .if defined(WITHOUT_IMLIB2) CONFIGURE_ARGS+= --disable-imlib2 .else LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2 .endif .include .if defined(WITH_SLANG) || exists(${LOCALBASE}/lib/libslang.so) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang CONFIGURE_ARGS+= --enable-slang .endif post-patch: ${REINPLACE_CMD} -e 's,libcaca-dev,libcaca,g' ${WRKSRC}/Makefile.in .include Property changes on: head/graphics/libcaca/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/tcpstat/Makefile =================================================================== --- head/net/tcpstat/Makefile (revision 112534) +++ head/net/tcpstat/Makefile (revision 112535) @@ -1,28 +1,28 @@ # New ports collection makefile for: tcpstat # Date created: 29 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= tcpstat PORTVERSION= 1.5 CATEGORIES= net MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ -MAINTAINER= vinc@freebsd-fr.org +MAINTAINER= ports@FreeBSD.org COMMENT= A program to report various network statistics GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= tcpstat.1 tcpprof.1 DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/net/tcpstat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/rnews/Makefile =================================================================== --- head/www/rnews/Makefile (revision 112534) +++ head/www/rnews/Makefile (revision 112535) @@ -1,64 +1,64 @@ # New ports collection makefile for: rnews # Date created: 22 December 2003 # Whom: Vincent Tantardini # # $FreeBSD$ # PORTNAME= rnews PORTVERSION= 0.63 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= vinc@FreeBSD-fr.org +MAINTAINER= ports@FreeBSD.org COMMENT= A server-side rss aggregator written in php with mysql .if defined(WITH_PHP3) RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif USE_MYSQL= yes NO_BUILD= yes MYPORTDOCS= CHANGELOG INSTALL LICENSE README magpierss/AUTHORS \ magpierss/CHANGES magpierss/ChangeLog magpierss/INSTALL \ magpierss/NEWS magpierss/README magpierss/TROUBLESHOOTING pre-everything:: .if !defined(WITH_PHP3) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITH_PHP3 if you want" @${ECHO_MSG} "to use RNEWS with PHP3. PHP4 is used by default." @${ECHO_MSG} "" .endif post-patch: @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr do-install: @${MKDIR} ${PREFIX}/www/rnews .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/magpierss . for FILE in ${MYPORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE} . endfor .endif ${MKDIR} ${PREFIX}/www/rnews ${MKDIR} ${PREFIX}/www/rnews/magpierss-0.5.2 cd ${PREFIX}/www/rnews && ${LN} -s magpierss-0.5.2 magpierss ${MKDIR} ${PREFIX}/www/rnews/magpierss/cache ${INSTALL_DATA} -v ${WRKSRC}/*.png ${PREFIX}/www/rnews ${INSTALL_DATA} -v ${WRKSRC}/*.php ${PREFIX}/www/rnews ${INSTALL_DATA} -v ${WRKSRC}/*.inc ${PREFIX}/www/rnews ${INSTALL_DATA} -v ${WRKSRC}/magpierss/*.inc ${PREFIX}/www/rnews/magpierss ${INSTALL_DATA} -v ${WRKSRC}/magpierss/cookbook ${PREFIX}/www/rnews/magpierss ${CP} -Rv ${WRKSRC}/magpierss/extlib ${PREFIX}/www/rnews/magpierss ${CP} -Rv ${WRKSRC}/magpierss/htdocs ${PREFIX}/www/rnews/magpierss ${CP} -Rv ${WRKSRC}/magpierss/scripts ${PREFIX}/www/rnews/magpierss @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/www/rnews/magpierss/cache @${SED} "s,%%PREFIX%%,${PREFIX},g" ${PKGMESSAGE} .include Property changes on: head/www/rnews/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property