svn commit: r557273 - head/databases/fpc-mysql

Antoine Brodin antoine at FreeBSD.org
Tue Dec 8 09:45:35 UTC 2020


Author: antoine
Date: Tue Dec  8 09:45:35 2020
New Revision: 557273
URL: https://svnweb.freebsd.org/changeset/ports/557273

Log:
  Fix plist

Modified:
  head/databases/fpc-mysql/Makefile
  head/databases/fpc-mysql/pkg-plist

Modified: head/databases/fpc-mysql/Makefile
==============================================================================
--- head/databases/fpc-mysql/Makefile	Tue Dec  8 09:43:00 2020	(r557272)
+++ head/databases/fpc-mysql/Makefile	Tue Dec  8 09:45:35 2020	(r557273)
@@ -1,6 +1,7 @@
 # Created by: John Merryweather Cooper
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	databases lang
 PKGNAMESUFFIX=	-mysql
 

Modified: head/databases/fpc-mysql/pkg-plist
==============================================================================
--- head/databases/fpc-mysql/pkg-plist	Tue Dec  8 09:43:00 2020	(r557272)
+++ head/databases/fpc-mysql/pkg-plist	Tue Dec  8 09:45:35 2020	(r557273)
@@ -41,6 +41,7 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysq
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.rsj
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.o


More information about the svn-ports-all mailing list