Bug 187560 - [PATCH] sysutils/lbl-cf: Update to 1.2.5 and add stage support
Summary: [PATCH] sysutils/lbl-cf: Update to 1.2.5 and add stage support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 01:10 UTC by Craig Leres
Modified: 2014-03-14 17:00 UTC (History)
1 user (show)

See Also:


Attachments
patch.txt (1.08 KB, text/plain)
2014-03-14 01:10 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2014-03-14 01:10:00 UTC
	Update to 1.2.5 including:

	    - Don't specify owner or group when installing

	    - Update copyright notices with the July 22, 1999 BSD-new version

	Add staging support and LICENSE.

Fix: Please see the attached patch.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-14 16:31:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-14 16:59:40 UTC
Author: pawel
Date: Fri Mar 14 16:59:32 2014
New Revision: 348267
URL: http://svnweb.freebsd.org/changeset/ports/348267
QAT: https://qat.redports.org/buildarchive/r348267/

Log:
  - Update to version 1.2.5 [1]
  - Add LICENSE [1]
  - Support staging [1]
  - Strip program binary
  
  PR:		ports/187560 [1]
  Submitted by:	maintainer

Modified:
  head/sysutils/lbl-cf/Makefile
  head/sysutils/lbl-cf/distinfo

Modified: head/sysutils/lbl-cf/Makefile
==============================================================================
--- head/sysutils/lbl-cf/Makefile	Fri Mar 14 16:11:35 2014	(r348266)
+++ head/sysutils/lbl-cf/Makefile	Fri Mar 14 16:59:32 2014	(r348267)
@@ -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>

Modified: head/sysutils/lbl-cf/distinfo
==============================================================================
--- head/sysutils/lbl-cf/distinfo	Fri Mar 14 16:11:35 2014	(r348266)
+++ head/sysutils/lbl-cf/distinfo	Fri Mar 14 16:59:32 2014	(r348267)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-14 16:59:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!