Bug 184914 - databases/py-pylibmc LIB_DEPENDS typo
Summary: databases/py-pylibmc LIB_DEPENDS typo
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 21:10 UTC by ben
Modified: 2013-12-18 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (370 bytes, patch)
2013-12-16 21:10 UTC, ben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ben 2013-12-16 21:10:00 UTC
LIB_DEPENDS in databases/py-pylibmc has a typo, should be "libmemcached.so".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-16 21:10:09 UTC
Maintainer of databases/py-pylibmc,

Please note that PR ports/184914 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/184914

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-17 18:04:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-17 18:14:15 UTC
Author: danilo
Date: Tue Dec 17 18:14:08 2013
New Revision: 336749
URL: http://svnweb.freebsd.org/changeset/ports/336749

Log:
  - Fix a typo in LIB_DEPENDS (s/libmemcached.do/libmemcached.so) [1]
  - Add stage support
  
  PR:		ports/184914
  Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]

Modified:
  head/databases/py-pylibmc/Makefile

Modified: head/databases/py-pylibmc/Makefile
==============================================================================
--- head/databases/py-pylibmc/Makefile	Tue Dec 17 17:55:43 2013	(r336748)
+++ head/databases/py-pylibmc/Makefile	Tue Dec 17 18:14:08 2013	(r336749)
@@ -12,11 +12,10 @@ COMMENT=	Python libmemcached wrapper
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	libmemcached.do:${PORTSDIR}/databases/libmemcached
+LIB_DEPENDS=	libmemcached.so:${PORTSDIR}/databases/libmemcached
 
 MAKE_ENV+=	LIBMEMCACHED="${LOCALBASE}"
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
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 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-17 18:14:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2013-12-18 01:51:29 UTC
Synopsis: Re: ports/184914: databases/py-pylibmc LIB_DEPENDS typo

State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Wed Dec 18 01:50:54 UTC 2013
State-Changed-Why: 
Misfiled followup to ports/184914; content migrated.


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Wed Dec 18 01:50:54 UTC 2013
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184915