Bug 188886 - Update Port: deve/libdombey => 3.4
Summary: Update Port: deve/libdombey => 3.4
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 14:10 UTC by jimmy
Modified: 2014-04-23 12:10 UTC (History)
0 users

See Also:


Attachments
libdombey.diff (1.33 KB, patch)
2014-04-22 14:10 UTC, jimmy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2014-04-22 14:10:01 UTC

    
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-22 19:49:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov 2014-04-23 02:21:25 UTC
* James Bailie (jimmy@mammothcheese.ca) wrote:

What do you think of also doing this:

---
-INSTALL_TARGET=STAGEDIR=../stage/ install
+DESTDIRNAME=	STAGEDIR
---

for cleaner stagedir support? (same for drood)

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 02:21:43 UTC
State Changed
From-To: open->feedback

Ask for submitter approval.
Comment 4 jimmy 2014-04-23 11:11:52 UTC
Good idea. I=92m barely ports literate.

=97
James Bailie
http://www.mammothcheese.ca/
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-23 12:08:50 UTC
Author: amdmi3
Date: Wed Apr 23 11:08:46 2014
New Revision: 351921
URL: http://svnweb.freebsd.org/changeset/ports/351921
QAT: https://qat.redports.org/buildarchive/r351921/

Log:
  - Update to 3.4
  
  PR:		188886
  Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)

Modified:
  head/devel/libdombey/Makefile
  head/devel/libdombey/distinfo
  head/devel/libdombey/pkg-plist

Modified: head/devel/libdombey/Makefile
==============================================================================
--- head/devel/libdombey/Makefile	Wed Apr 23 11:06:57 2014	(r351920)
+++ head/devel/libdombey/Makefile	Wed Apr 23 11:08:46 2014	(r351921)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdombey
-PORTVERSION=	3.0
+PORTVERSION=	3.4
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -11,7 +11,7 @@ COMMENT=	SCGI application server in a li
 
 USE_LDCONFIG=	yes
 
-INSTALL_TARGET=STAGEDIR=../stage/ install
+DESTDIRNAME=	STAGEDIR
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 

Modified: head/devel/libdombey/distinfo
==============================================================================
--- head/devel/libdombey/distinfo	Wed Apr 23 11:06:57 2014	(r351920)
+++ head/devel/libdombey/distinfo	Wed Apr 23 11:08:46 2014	(r351921)
@@ -1,2 +1,2 @@
-SHA256 (libdombey-3.0.tar.gz) = a7a8b79c67682454533d96e5080fe2f8843f9f37824d93fc225d2cf7fe31e941
-SIZE (libdombey-3.0.tar.gz) = 21236
+SHA256 (libdombey-3.4.tar.gz) = 20ede7b3ff68595317e0e7931697aba12c8b2a033660f715c70b087cddfab348
+SIZE (libdombey-3.4.tar.gz) = 22264

Modified: head/devel/libdombey/pkg-plist
==============================================================================
--- head/devel/libdombey/pkg-plist	Wed Apr 23 11:06:57 2014	(r351920)
+++ head/devel/libdombey/pkg-plist	Wed Apr 23 11:08:46 2014	(r351921)
@@ -1,3 +1,4 @@
+bin/dombeykey
 include/dombey.h
 lib/libdombey.so
 lib/libdombey.so.%%PORTVERSION%%
_______________________________________________
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 6 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 12:08:53 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!