mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
ports-mgmt/pkg_replace: Update to 20180424
- Cleanup code - Speed up and strictly check package's dependencies - While here, pet portlint by using pkg-plist instead of PLIST_FILES PR: 227730 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Approved by: pi (mentor)
This commit is contained in:
parent
1eaac06542
commit
d6cdf7ade4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469188
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg_replace
|
||||
PORTVERSION= 20180314
|
||||
PORTVERSION= 20180424
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://member.tokoha-u.ac.jp/~kdeguchi/download/
|
||||
|
||||
@ -15,10 +15,6 @@ USES= tar:xz
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= sbin/pkg_replace \
|
||||
man/man1/pkg_replace.1.gz \
|
||||
"@sample %%ETCDIR%%/pkg_replace.conf.sample"
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= README README.ja
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1520995591
|
||||
SHA256 (pkg_replace-20180314.tar.xz) = 4b993c268b990219ba77e60a932f8dbb6cb6e981449da47f093b3e5e38aae3b1
|
||||
SIZE (pkg_replace-20180314.tar.xz) = 16136
|
||||
TIMESTAMP = 1524527362
|
||||
SHA256 (pkg_replace-20180424.tar.xz) = c9fdc66c35e683fcbb695e4e0177f3a7b349f3bc8d280a9bd7d7570cf04d1c54
|
||||
SIZE (pkg_replace-20180424.tar.xz) = 16172
|
||||
|
3
ports-mgmt/pkg_replace/pkg-plist
Normal file
3
ports-mgmt/pkg_replace/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
man/man1/pkg_replace.1.gz
|
||||
sbin/pkg_replace
|
||||
@sample %%ETCDIR%%/pkg_replace.conf.sample
|
Loading…
Reference in New Issue
Block a user