projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbdad4
)
php5: fix the two different maintainer fields into one (fixes #1688)
author
Michael Heimpold
<mhei@heimpold.de>
Fri, 21 Aug 2015 20:32:24 +0000
(22:32 +0200)
committer
W. Michael Petullo
<mike@flyn.org>
Wed, 23 Dec 2015 20:59:32 +0000
(15:59 -0500)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php5/Makefile
patch
|
blob
|
history
diff --git
a/lang/php5/Makefile
b/lang/php5/Makefile
index dee218c5a0770bcf16342805d6df244c87e6a3da..0be18c68442fdc7f5949b3a39df576676e9b3359 100644
(file)
--- a/
lang/php5/Makefile
+++ b/
lang/php5/Makefile
@@
-11,7
+11,7
@@
PKG_NAME:=php
PKG_VERSION:=5.6.12
PKG_RELEASE:=1
-PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
+PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
, Michael Heimpold <mhei@heimpold.de>
PKG_LICENSE:=PHPv3.01
PKG_LICENSE_FILES:=LICENSE
@@
-55,7
+55,6
@@
define Package/php5/Default
CATEGORY:=Languages
TITLE:=PHP5 Hypertext preprocessor
URL:=http://www.php.net/
- MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
DEPENDS:=php5
endef