On 2012/09/11 15:11, Lawrence Teo wrote:
> @@ -24,7 +22,6 @@ PERMIT_PACKAGE_CDROM =      Yes
>  PERMIT_PACKAGE_FTP =         Yes
>  PERMIT_DISTFILES_CDROM = Yes
>  PERMIT_DISTFILES_FTP =       Yes
> -WANTLIB =            c m pcap
>  
>  USE_LIBTOOL =                Yes
>  USE_GROFF =          Yes
...

please put WANTLIB right below PERMIT_* as in Makefile.template
(when we do large-scale wantlib updates across the whole tree
it's much easier if the things touched in them are in the normal
place).

> --- pkg/DESCR 9 Jul 2012 12:58:16 -0000       1.11
> +++ pkg/DESCR 1 Sep 2012 19:23:02 -0000
> @@ -12,8 +12,3 @@ Snort has three primary functional modes
>  like tcpdump(1), a packet logger (useful for network traffic
>  debugging, etc), or as a full blown network intrusion detection and 
> prevention
>  system.
> -
> -Available flavors:
> -     postgresql - enable postgresql database logging support
> -     mysql      - enable mysql database logging support
> -     flexresp   - enable dynamic connection killing support
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/net/snort/pkg/PLIST,v
> retrieving revision 1.20
> diff -u -p -r1.20 PLIST
> --- pkg/PLIST 9 Jul 2012 12:58:16 -0000       1.20
> +++ pkg/PLIST 1 Sep 2012 19:23:02 -0000
> @@ -1,7 +1,10 @@
>  @comment $OpenBSD: PLIST,v 1.20 2012/07/09 12:58:16 sthen Exp $
> +@pkgpath net/snort,flexresp
>  @newgroup _snort:557

The other removed flavours will also need @pkgpath entries.

Please also move MESSAGE to README, reformat slightly according
to ports/infrastructure/README.template and add it to PLIST
"share/doc/pkg-readmes/${FULLPKGNAME}"..

Reply via email to