1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to version 1.2.5 [1]

- Add LICENSE [1]
- Support staging [1]
- Strip program binary

PR:		ports/187560 [1]
Submitted by:	maintainer
This commit is contained in:
Pawel Pekala 2014-03-14 16:59:32 +00:00
parent 1e8214130a
commit 9cf1684604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348267
2 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cf
PORTVERSION= 1.2.4
PORTVERSION= 1.2.5
CATEGORIES= sysutils
MASTER_SITES= ftp://ee.lbl.gov/ \
http://www.tux.org//pub/net/ftp.ee.lbl.gov/ \
@ -13,14 +13,16 @@ PKGNAMEPREFIX= lbl-
MAINTAINER= leres@ee.lbl.gov
COMMENT= Unix time to formated time and date filter
PLIST_FILES= bin/cf
LICENSE= BSD3CLAUSE
MAN1= cf.1
INSTALL_TARGET= install install-man
PLIST_FILES= bin/cf \
man/man1/cf.1.gz
GNU_CONFIGURE= yes
NO_STAGE= yes
post-install:
(cd ${WRKSRC} && make install-man)
pre-install:
@${STRIP_CMD} ${WRKSRC}/cf
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (cf-1.2.4.tar.gz) = d5f5d99d0dae01066e6fd0f2e436b385c5744c97d08d808022e4bbfe42c2a95c
SIZE (cf-1.2.4.tar.gz) = 79426
SHA256 (cf-1.2.5.tar.gz) = ef65e9eb57c56456dfd897fec12da8617c775e986c23c0b9cbfab173b34e5509
SIZE (cf-1.2.5.tar.gz) = 82098