- Update to 0.28
- Add regression-test target
This commit is contained in:
parent
d3ebaf790c
commit
abbc017edb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245453
2 changed files with 7 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= SVN-Simple
|
||||
PORTVERSION= 0.27
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -22,4 +21,7 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= SVN::Simple::Edit.3 SVN::Simple::Editor.3
|
||||
|
||||
regression-test:
|
||||
cd ${WRKSRC} && ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (SVN-Simple-0.27.tar.gz) = 6a5609e038421564051019649dd05fd0
|
||||
SHA256 (SVN-Simple-0.27.tar.gz) = e128b221ad6b0d93752b55f0c95655919788d702b180353890c469a3a428f75c
|
||||
SIZE (SVN-Simple-0.27.tar.gz) = 4879
|
||||
MD5 (SVN-Simple-0.28.tar.gz) = 4de2374434df79dace03075c69e7b93f
|
||||
SHA256 (SVN-Simple-0.28.tar.gz) = d63cc169e4369be98a539abe9cc1611bfcc2b36966a6517e676688fed1884ffb
|
||||
SIZE (SVN-Simple-0.28.tar.gz) = 4952
|
||||
|
|
Loading…
Reference in a new issue