- Fixed archive checksum mismatch, as Mercurial was altering the contents
on automated archive. Changed to static file. PR: 157260 Submitter: maintainer
This commit is contained in:
parent
184ed35851
commit
558544eca5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274860
2 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= bxpkg
|
||||
DISTVERSION= 0.0.4_0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://hg.bsdroot.lv/expl/bxpkg/archive/
|
||||
DISTNAME= ${DISTVERSION}
|
||||
MASTER_SITES= http://bxpkg.bsdroot.lv/files/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= kpetrikas@gmail.com
|
||||
COMMENT= bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (0.0.4_0.tar.bz2) = 652690c9fe9fdfdb48ac09d076ae2df654a0a50d6012681013223397d6d65ac4
|
||||
SIZE (0.0.4_0.tar.bz2) = 204828
|
||||
SHA256 (bxpkg-0.0.4_0.tar.bz2) = 8267c2fd89ccbcc22addf90ca80413845fcca9dc5d68725acb86e3c2fce6afea
|
||||
SIZE (bxpkg-0.0.4_0.tar.bz2) = 204887
|
||||
|
|
Loading…
Reference in a new issue