* update to 1.05
This commit is contained in:
parent
9cd5a912dc
commit
cafb528b7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121101
3 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Graphics-ColorNames
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Graphics
|
||||
|
@ -18,9 +18,10 @@ COMMENT= A perl class that defines RGB values for common color names
|
|||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Graphics::ColorNames.3 \
|
||||
Graphics::HTML.3 \
|
||||
Graphics::Netscape.3 \
|
||||
Graphics::Windows.3 \
|
||||
Graphics::X.3
|
||||
Graphics::ColorNames::HTML.3 \
|
||||
Graphics::ColorNames::Netscape.3 \
|
||||
Graphics::ColorNames::Windows.3 \
|
||||
Graphics::ColorNames::X.3 \
|
||||
Graphics::ColourNames.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Graphics-ColorNames-0.32.tar.gz) = 8a44d10616af7f0442ac0559b46a2dee
|
||||
SIZE (Graphics-ColorNames-0.32.tar.gz) = 13026
|
||||
MD5 (Graphics-ColorNames-1.05.tar.gz) = f361bda03aaff55625ef11ba93f165a5
|
||||
SIZE (Graphics-ColorNames-1.05.tar.gz) = 19771
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
%%SITE_PERL%%/Graphics/ColorNames/Netscape.pm
|
||||
%%SITE_PERL%%/Graphics/ColorNames/Windows.pm
|
||||
%%SITE_PERL%%/Graphics/ColorNames/X.pm
|
||||
%%SITE_PERL%%/Graphics/ColourNames.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/ColorNames/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/ColorNames
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue