From 358cae86dc710fa094ff3a46d5150936097f8903 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 17:48:25 +0100 Subject: [PATCH] nmap: remove long_desc. --- srcpkgs/nmap/template | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template index 375a14f6591..2a0b37cc7be 100644 --- a/srcpkgs/nmap/template +++ b/srcpkgs/nmap/template @@ -1,7 +1,7 @@ # Template file for 'nmap' pkgname=nmap version=6.25 -revision=2 +revision=3 build_style=gnu-configure configure_args="--without-ndiff" makedepends="libpcap-devel pcre-devel>=8.30" @@ -11,16 +11,6 @@ license="GPL-2" homepage="http://nmap.org" distfiles="http://nmap.org/dist/nmap-$version.tar.bz2" checksum=3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f7660b5 -long_desc=" - Nmap (Network Mapper) is a free and open source utility for network discovery - and security auditing. Many systems and network administrators also find it - useful for tasks such as network inventory, managing service upgrade schedules, - and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to - determine what hosts are available on the network, what services (application - name and version) those hosts are offering, what operating systems (and OS - versions) they are running, what type of packet filters/firewalls are in use, and - dozens of other characteristics. It was designed to rapidly scan large networks, - but works fine against single hosts." # Package build options build_options="lua ssl"