Bug 188239 - [PATCH] devel/bcpp: update to 20131209, take maintainership
Summary: [PATCH] devel/bcpp: update to 20131209, take maintainership
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 21:20 UTC by Muhammad Moinur Rahman
Modified: 2014-04-06 06:52 UTC (History)
0 users

See Also:


Attachments
bcpp-20131209.patch (1.02 KB, patch)
2014-04-03 21:20 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-03 21:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-06 06:49:20 UTC
Author: sunpoet
Date: Sun Apr  6 05:49:16 2014
New Revision: 350325
URL: http://svnweb.freebsd.org/changeset/ports/350325
QAT: https://qat.redports.org/buildarchive/r350325/

Log:
  - Update to 20131209
  - Add LICENSE
  - Pass maintainership to submitter
  
  Changes:	http://invisible-island.net/bcpp/CHANGES
  PR:		ports/188239
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/bcpp/Makefile
  head/devel/bcpp/distinfo

Modified: head/devel/bcpp/Makefile
==============================================================================
--- head/devel/bcpp/Makefile	Sun Apr  6 05:49:11 2014	(r350324)
+++ head/devel/bcpp/Makefile	Sun Apr  6 05:49:16 2014	(r350325)
@@ -2,18 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	bcpp
-PORTVERSION=	20120318
+PORTVERSION=	20131209
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/bcpp/
-EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Utility similar to indent for C++ code
 
+LICENSE=	MIT
+
 OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 MAKEFILE=	makefile
+USES=		tar:tgz
 
 CFLAGS+=	-DBCPP_CONFIG_DIR=\\\"${PREFIX}/etc/${PORTNAME}\\\"
 

Modified: head/devel/bcpp/distinfo
==============================================================================
--- head/devel/bcpp/distinfo	Sun Apr  6 05:49:11 2014	(r350324)
+++ head/devel/bcpp/distinfo	Sun Apr  6 05:49:16 2014	(r350325)
@@ -1,2 +1,2 @@
-SHA256 (bcpp-20120318.tgz) = 75a7035da6387ff94111e643ff9efd26f742b52732f0bb8e434c216b8a642507
-SIZE (bcpp-20120318.tgz) = 147987
+SHA256 (bcpp-20131209.tgz) = 4732d606c9b5857d0ea2cee2f2b54eb3b8928f547f8a0c6b89096b674c6bd7f7
+SIZE (bcpp-20131209.tgz) = 146147
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-06 06:52:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!