- Update to 0.7.2.

- Ensure modules are installed. [1]

Noticed by:	rafan [1]
This commit is contained in:
Shaun Amott 2007-02-02 23:58:40 +00:00
parent d31e8dbdf9
commit 854718e581
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183993
6 changed files with 22 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= portscout
PORTVERSION= 0.7.1
PORTVERSION= 0.7.2
CATEGORIES= sysutils
MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
http://www.inerd.com/software/${PORTNAME}/
@ -59,7 +59,10 @@ post-patch:
${WRKSRC}/README
do-install:
@${MKDIR} ${SITE_PERL}/Portscout
${INSTALL_SCRIPT} ${WRKSRC}/portscout.pl ${PREFIX}/bin/portscout
${INSTALL_SCRIPT} ${WRKSRC}/Portscout.pm ${SITE_PERL}/Portscout.pm
${INSTALL_SCRIPT} ${WRKSRC}/Portscout/Template.pm ${SITE_PERL}/Portscout
@${MKDIR} ${DATADIR}/templates
cd ${WRKSRC}/templates \

View file

@ -1,3 +1,3 @@
MD5 (portscout-0.7.1.tar.gz) = cca13e3c5a2cd376a68fada6788f03cc
SHA256 (portscout-0.7.1.tar.gz) = 27b9d39efeee4a4009e6a34fafc2745e7ab8473c17ee4228bb1d234317a62963
SIZE (portscout-0.7.1.tar.gz) = 28521
MD5 (portscout-0.7.2.tar.gz) = 895788fc31e57d9b135a062b3a104b71
SHA256 (portscout-0.7.2.tar.gz) = d00a79e511ff27fcc987d20b5a1f0ac783f3639efd002aa9f4e41de703f7e724
SIZE (portscout-0.7.2.tar.gz) = 28993

View file

@ -8,6 +8,10 @@ etc/portscout.conf.sample
%%DATADIR%%/templates/restricted-ports.html
%%DATADIR%%/sql/pgsql_init.sql
%%DATADIR%%/sql/pgsql_destroy.sql
%%DATADIR%%/sql/pgsql_upgrade_0.7.1_to_0.7.2.sql
%%SITE_PERL%%/Portscout/Template.pm
%%SITE_PERL%%/Portscout.pm
@dirrm %%SITE_PERL%%/Portscout
@dirrm %%DATADIR%%/templates
@dirrm %%DATADIR%%/sql
@dirrm %%DATADIR%%

View file

@ -6,7 +6,7 @@
#
PORTNAME= portscout
PORTVERSION= 0.7.1
PORTVERSION= 0.7.2
CATEGORIES= sysutils
MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
http://www.inerd.com/software/${PORTNAME}/
@ -59,7 +59,10 @@ post-patch:
${WRKSRC}/README
do-install:
@${MKDIR} ${SITE_PERL}/Portscout
${INSTALL_SCRIPT} ${WRKSRC}/portscout.pl ${PREFIX}/bin/portscout
${INSTALL_SCRIPT} ${WRKSRC}/Portscout.pm ${SITE_PERL}/Portscout.pm
${INSTALL_SCRIPT} ${WRKSRC}/Portscout/Template.pm ${SITE_PERL}/Portscout
@${MKDIR} ${DATADIR}/templates
cd ${WRKSRC}/templates \

View file

@ -1,3 +1,3 @@
MD5 (portscout-0.7.1.tar.gz) = cca13e3c5a2cd376a68fada6788f03cc
SHA256 (portscout-0.7.1.tar.gz) = 27b9d39efeee4a4009e6a34fafc2745e7ab8473c17ee4228bb1d234317a62963
SIZE (portscout-0.7.1.tar.gz) = 28521
MD5 (portscout-0.7.2.tar.gz) = 895788fc31e57d9b135a062b3a104b71
SHA256 (portscout-0.7.2.tar.gz) = d00a79e511ff27fcc987d20b5a1f0ac783f3639efd002aa9f4e41de703f7e724
SIZE (portscout-0.7.2.tar.gz) = 28993

View file

@ -8,6 +8,10 @@ etc/portscout.conf.sample
%%DATADIR%%/templates/restricted-ports.html
%%DATADIR%%/sql/pgsql_init.sql
%%DATADIR%%/sql/pgsql_destroy.sql
%%DATADIR%%/sql/pgsql_upgrade_0.7.1_to_0.7.2.sql
%%SITE_PERL%%/Portscout/Template.pm
%%SITE_PERL%%/Portscout.pm
@dirrm %%SITE_PERL%%/Portscout
@dirrm %%DATADIR%%/templates
@dirrm %%DATADIR%%/sql
@dirrm %%DATADIR%%