Index: head/sysutils/socklog/Makefile =================================================================== --- head/sysutils/socklog/Makefile (revision 115530) +++ head/sysutils/socklog/Makefile (revision 115531) @@ -1,44 +1,44 @@ # New ports collection makefile for: socklog # Date created: 22 Aug 2002 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= socklog -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.0 CATEGORIES= sysutils net MASTER_SITES= http://smarden.org/socklog/ MAINTAINER= sergei@FreeBSD.org COMMENT= Small and secure replacement for syslogd RUN_DEPENDS= ${LOCALBASE}/sbin/chpst:${PORTSDIR}/sysutils/runit WRKSRC= ${WRKDIR}/admin/${DISTNAME} ALL_TARGET= default MAN1= tryto.1 uncat.1 -MAN8= socklog-conf.8 socklog.8 +MAN8= socklog-check.8 socklog-conf.8 socklog.8 DOCS= package/CHANGES package/COPYING package/README doc/*.html do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc do-build: cd ${WRKSRC} && package/compile @${ECHO_MSG} "Type 'make test' to run self-tests" test: cd ${WRKSRC} && package/check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/*.8 ${MANPREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/sysutils/socklog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/sysutils/socklog/distinfo =================================================================== --- head/sysutils/socklog/distinfo (revision 115530) +++ head/sysutils/socklog/distinfo (revision 115531) @@ -1,2 +1,2 @@ -MD5 (socklog-1.4.2.tar.gz) = da407ac65ebe4dfc4e467186f0d6104b -SIZE (socklog-1.4.2.tar.gz) = 54136 +MD5 (socklog-1.5.0.tar.gz) = 77142ce3ad6aa3272ab5f9cf7f2525a0 +SIZE (socklog-1.5.0.tar.gz) = 55735 Property changes on: head/sysutils/socklog/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/socklog/pkg-plist =================================================================== --- head/sysutils/socklog/pkg-plist (revision 115530) +++ head/sysutils/socklog/pkg-plist (revision 115531) @@ -1,22 +1,24 @@ +bin/socklog-check bin/socklog-conf bin/socklog bin/tryto bin/uncat %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/benefits.html %%PORTDOCS%%%%DOCSDIR%%/configuration.html %%PORTDOCS%%%%DOCSDIR%%/examples.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%%%DOCSDIR%%/network.html %%PORTDOCS%%%%DOCSDIR%%/notify.html %%PORTDOCS%%%%DOCSDIR%%/readme.solaris.html +%%PORTDOCS%%%%DOCSDIR%%/socklog-check.8.html %%PORTDOCS%%%%DOCSDIR%%/socklog-conf.8.html %%PORTDOCS%%%%DOCSDIR%%/socklog.8.html %%PORTDOCS%%%%DOCSDIR%%/tryto.1.html %%PORTDOCS%%%%DOCSDIR%%/uncat.1.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/usedietlibc.html %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/sysutils/socklog/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property