Bug 183996 - [MAINTAINER] print/ft2demos: update to 2.5.0
Summary: [MAINTAINER] print/ft2demos: update to 2.5.0
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: 2013-11-15 12:10 UTC by Muhammad Moinur Rahman
Modified: 2014-01-02 18:40 UTC (History)
0 users

See Also:


Attachments
ft2demos-2.5.0.patch (1.75 KB, patch)
2013-11-15 12:10 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 2013-11-15 12:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-01-02 12:59:22 UTC
State Changed
From-To: open->feedback

According to http://freetype.sourceforge.net/license.html, the license 
should be either BSD3CLAUSE or GPLv2. Please confirm if it's correct. 
Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-02 18:30:21 UTC
Author: sunpoet
Date: Thu Jan  2 18:30:14 2014
New Revision: 338465
URL: http://svnweb.freebsd.org/changeset/ports/338465

Log:
  - Add LICENSE
  
  PR:		ports/183996
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/print/ft2demos/Makefile

Modified: head/print/ft2demos/Makefile
==============================================================================
--- head/print/ft2demos/Makefile	Thu Jan  2 17:50:04 2014	(r338464)
+++ head/print/ft2demos/Makefile	Thu Jan  2 18:30:14 2014	(r338465)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/freetype/freetype-demos
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Demo programs for FreeType2
 
+LICENSE=	BSD3CLAUSE GPLv2
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS+=	${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
@@ -27,7 +30,7 @@ FT_PROGRAMS=	ftbench ftchkwd ftdiff ftdu
 
 .include <bsd.port.pre.mk>
 
-FREETYPE_WRKSRC!=	cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
+FREETYPE_WRKSRC!=	cd ${.CURDIR}/../../print/freetype2; ${MAKE} -V WRKSRC
 
 do-install:
 	@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${STAGEDIR}${PREFIX}/bin)
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-01-02 18:31:23 UTC
State Changed
From-To: feedback->closed

LICENSE added. Version update was done by kwm@. Thanks!