Bug 177580 - [update]: devel/py-avro up to date
Summary: [update]: devel/py-avro up to date
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 12:00 UTC by Veniamin Gvozdikov
Modified: 2013-05-09 00:03 UTC (History)
0 users

See Also:


Attachments
file.diff (904 bytes, patch)
2013-04-02 12:00 UTC, Veniamin Gvozdikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin Gvozdikov 2013-04-02 12:00:00 UTC
Update to latest version
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-02 12:00:14 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-02 12:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-02 12:00:16 UTC
Maintainer of devel/py-avro,

Please note that PR ports/177580 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177580

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-02 12:00:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-05-08 23:56:05 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-05-08 23:59:44 UTC
Author: rm
Date: Wed May  8 22:59:36 2013
New Revision: 317717
URL: http://svnweb.freebsd.org/changeset/ports/317717

Log:
  - update to 1.7.4
  
  while here:
  - replace PKGNAMEPREFIX with PYTHON_PKGNAMEPREFIX
  - move pkg-plist contents to PLIST_FILES
  - using of bsd.port.pre|post.mk isn't needed here
  
  PR:		177580
  Submitted by:	Veniamin Gvozdikov <g.veanimin@googlemail.com> (maintainer)

Deleted:
  head/devel/py-avro/pkg-plist
Modified:
  head/devel/py-avro/Makefile
  head/devel/py-avro/distinfo

Modified: head/devel/py-avro/Makefile
==============================================================================
--- head/devel/py-avro/Makefile	Wed May  8 22:53:08 2013	(r317716)
+++ head/devel/py-avro/Makefile	Wed May  8 22:59:36 2013	(r317717)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	avro
-PORTVERSION=	1.7.3
-PORTREVISION=	1
+PORTVERSION=	1.7.4
 CATEGORIES=	devel
 MASTER_SITES=	http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \
 		APACHE
 MASTER_SITE_SUBDIR=	${PORTNAME}/stable
-PKGNAMEPREFIX=	py-
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	g.veniamin@googlemail.com
@@ -17,12 +16,13 @@ COMMENT=	Data serialization system for p
 USE_PYDISTUTILS=	easy_install
 USE_PYTHON=		yes
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/lang/py
+PLIST_FILES=	bin/avro \
+		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
-.include <bsd.port.pre.mk>
+WRKSRC=		${WRKDIR}/${DISTNAME}/lang/py
 
 pre-configure:
 	${REINPLACE_CMD} 's|@AVRO_VERSION@|${PORTVERSION}|g' \
 		${WRKSRC}/setup.py
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/py-avro/distinfo
==============================================================================
--- head/devel/py-avro/distinfo	Wed May  8 22:53:08 2013	(r317716)
+++ head/devel/py-avro/distinfo	Wed May  8 22:59:36 2013	(r317717)
@@ -1,2 +1,2 @@
-SHA256 (avro-src-1.7.3.tar.gz) = edf23ba0626cf648008357c7f9fb2d1e0b0eaeacce76ecd001eaa198484e9833
-SIZE (avro-src-1.7.3.tar.gz) = 1924413
+SHA256 (avro-src-1.7.4.tar.gz) = 25fe5a577db20af573b01d620a174ed365ed2a9d68337784e65e5eba673ee69c
+SIZE (avro-src-1.7.4.tar.gz) = 1951821
_______________________________________________
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 7 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-05-09 00:03:00 UTC
State Changed
From-To: feedback->closed

Committed, thanks.