diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-08-31 22:01:46 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-08-31 22:01:46 +0000 |
commit | ac3bd3351e570e328af4da9f07d437031eb5769e (patch) | |
tree | b3868c6b1a79c60eb2108bef31c0dbaa500efd78 /security/fakebo | |
parent | c2ccb90d4474291de91758bd7cf2bae4c92a9295 (diff) | |
download | ports-ac3bd3351e570e328af4da9f07d437031eb5769e.tar.gz ports-ac3bd3351e570e328af4da9f07d437031eb5769e.zip |
Notes
Diffstat (limited to 'security/fakebo')
-rw-r--r-- | security/fakebo/Makefile | 31 | ||||
-rw-r--r-- | security/fakebo/distinfo | 4 | ||||
-rw-r--r-- | security/fakebo/files/patch-aa | 11 | ||||
-rw-r--r-- | security/fakebo/pkg-descr | 2 | ||||
-rw-r--r-- | security/fakebo/pkg-plist | 5 |
5 files changed, 22 insertions, 31 deletions
diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index d0bc70d842b2..fa3c456ae498 100644 --- a/security/fakebo/Makefile +++ b/security/fakebo/Makefile @@ -6,30 +6,37 @@ # PORTNAME= fakebo -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.2.1 CATEGORIES= security -MASTER_SITES= ftp://the.ausmac.net/wd2a/security/port-loggers/ \ - ftp://ftp.mayn.de/pub/unix/security/network/ \ - ftp://webdiis.unizar.es/pub/unix/security/ \ - ftp://ftp.linux.hr/pub/fakebo/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= A fake BackOrifice client emulator -GNU_CONFIGURE= yes +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} + +USE_AUTOTOOLS= aclocal autoheader automake autoconf +AUTOMAKE_ARGS= --add-missing +MAKE_JOBS_SAFE= yes MAN1= fakebo.1 +PORTDOCS= README custom.replies +PLIST_FILES= bin/fakebo etc/fakebo.conf.sample + +post-extract: + @${FIND} ${WRKSRC} -type l -delete do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${PREFIX}/etc/fakebo.conf.sample - ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/ - .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/fakebo/distinfo b/security/fakebo/distinfo index a4e5913967f8..5c774903ea6f 100644 --- a/security/fakebo/distinfo +++ b/security/fakebo/distinfo @@ -1,2 +1,2 @@ -SHA256 (fakebo-0.4.1.tar.gz) = 716b6545729ca6cd0b6aa80be157c2c5ef5fb14addf756a0c50c7a85b9ec27d1 -SIZE (fakebo-0.4.1.tar.gz) = 108490 +SHA256 (fakebo-0.4.2.1.tar.gz) = 5be56d23b3cd81cc94e553a5a6bae34b4a681c9c3d61dbb7968233d5c641eab0 +SIZE (fakebo-0.4.2.1.tar.gz) = 171243 diff --git a/security/fakebo/files/patch-aa b/security/fakebo/files/patch-aa deleted file mode 100644 index 9c47d7e9e0ed..000000000000 --- a/security/fakebo/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- misc.c.orig Thu Jun 6 18:11:32 2002 -+++ misc.c Thu Jun 6 18:11:41 2002 -@@ -107,7 +107,7 @@ - - #ifdef HAVE_OPENLOG - openlog("FakeBO", LOG_CONS, LOG_USER); -- syslog(LOG_WARNING, buf); -+ syslog(LOG_WARNING, "%s", buf); - closelog(); - #else - #warning "Can't find usable syslog, disabled!" diff --git a/security/fakebo/pkg-descr b/security/fakebo/pkg-descr index ca77633226ae..9b36e4df29ad 100644 --- a/security/fakebo/pkg-descr +++ b/security/fakebo/pkg-descr @@ -4,4 +4,4 @@ attempted commands and packets, as well as providing configurable responses. Useful for catching script kiddies trying to find a hackable windows box, for providing evidence to their sysadmin, etc. -WWW: http://cvs.linux.hr/fakebo/ +WWW: http://sourceforge.net/projects/fakebo/ diff --git a/security/fakebo/pkg-plist b/security/fakebo/pkg-plist deleted file mode 100644 index 51c70306524a..000000000000 --- a/security/fakebo/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/fakebo -etc/fakebo.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/custom.replies -%%PORTDOCS%%@dirrm %%DOCSDIR%% |