Summary: | games/freera: Typo cause invalid manifest; port can't be packaged | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | John Marino <freebsd> |
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
John Marino
2013-12-12 09:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed. Thanks! Author: amdmi3 Date: Thu Dec 12 11:19:51 2013 New Revision: 336256 URL: http://svnweb.freebsd.org/changeset/ports/336256 Log: - Fix packaging by fixing a typo PR: 184716 Submitted by: John Marino <freebsd@marino.st> Modified: head/games/freera/Makefile Modified: head/games/freera/Makefile ============================================================================== --- head/games/freera/Makefile Thu Dec 12 11:14:49 2013 (r336255) +++ head/games/freera/Makefile Thu Dec 12 11:19:51 2013 (r336256) @@ -3,7 +3,7 @@ PORTNAME= freera PORTVERSION= 080203 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}%20${PORTNAME}%2B%2B/0.47%20beta DISTNAME= ${PORTVERSION}_freera++_src @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/freera++ SUB_FILES= pkg-message -PLIST_FILES= bin/${PORTNMAE} +PLIST_FILES= bin/${PORTNAME} PORTDATA= * post-patch: _______________________________________________ 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" |