- Update to 2.4
- Add LICENSE - Switch to new 'created by' header Feature safe: yes
This commit is contained in:
parent
f62b2c8ce3
commit
536eaa5094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315820
2 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
|||
# Ports collection Makefile for: userinfo
|
||||
# Date created: 5 November 2002
|
||||
# Whom: Ben Kibbey <bjk@arbornet.org>
|
||||
#
|
||||
# Created by: Ben Kibbey <bjk@arbornet.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= userinfo
|
||||
PORTVERSION= 2.3
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
COMMENT= Show information about local users
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (userinfo-2.3.tar.bz2) = 71ae6adc85b70960e245f868d4baaeddd7d1713c13b37212079ed14353093121
|
||||
SIZE (userinfo-2.3.tar.bz2) = 252544
|
||||
SHA256 (userinfo-2.4.tar.bz2) = a01c7ce7fb4e664e77ae48b55590da7b17265d53ef3e881fedcb0b28abd26003
|
||||
SIZE (userinfo-2.4.tar.bz2) = 272474
|
||||
|
|
Loading…
Reference in a new issue