Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161523008
D10950.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10950.diff
View Options
Index: head/sysutils/mcelog/Makefile
===================================================================
--- head/sysutils/mcelog/Makefile
+++ head/sysutils/mcelog/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mcelog
-PORTVERSION= 149
+PORTVERSION= 151
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
@@ -31,6 +31,7 @@
PLIST_FILES= bin/mcelog man/man8/mcelog.8.gz
post-patch:
+ @${ECHO} "${DISTVERSIONPREFIX}${PORTVERSION}" >${WRKSRC}/.os_version
@${CP} ${FILESDIR}/memstream.c ${WRKSRC}/memstream.c
@${REINPLACE_CMD} 's/\"unknown\"/\"${PORTVERSION}\"/' \
${WRKSRC}/Makefile
Index: head/sysutils/mcelog/distinfo
===================================================================
--- head/sysutils/mcelog/distinfo
+++ head/sysutils/mcelog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490717998
-SHA256 (andikleen-mcelog-v149_GH0.tar.gz) = a9313ed45cabaf7ef0a4d986ecf24a3c9ced9a4b1e34032d380af4e70c73512f
-SIZE (andikleen-mcelog-v149_GH0.tar.gz) = 296943
+TIMESTAMP = 1495807224
+SHA256 (andikleen-mcelog-v151_GH0.tar.gz) = a98268d782c66bcb3c657b81038871a47d6c841f4a5322471c7def88e33eb9f8
+SIZE (andikleen-mcelog-v151_GH0.tar.gz) = 297043
Index: head/sysutils/mcelog/files/patch-Makefile
===================================================================
--- head/sysutils/mcelog/files/patch-Makefile
+++ head/sysutils/mcelog/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2017-03-29 17:32:02 UTC
+--- Makefile.orig 2017-05-22 16:38:47 UTC
+++ Makefile
@@ -27,14 +27,21 @@ all: mcelog
@@ -34,16 +34,7 @@
# dbquery intentionally not installed by default
install: mcelog mcelog.conf mcelog.conf.5 mcelog.triggers.5
-@@ -82,7 +89,7 @@ depend: .depend
-
- version.tmp: FORCE
- ( printf "char version[] = \"" ; \
-- if command -v git >/dev/null; then \
-+ if false; then \
- if [ -d .git ] ; then \
- git describe --tags HEAD | tr -d '\n'; \
- else \
-@@ -97,8 +104,6 @@ version.c: version.tmp
+@@ -101,8 +108,6 @@ version.c: version.tmp
.depend: ${SRC}
${CC} -MM -I. ${SRC} > .depend.X && mv .depend.X .depend
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 12:56 PM (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34710333
Default Alt Text
D10950.diff (2 KB)
Attached To
Mode
D10950: sysutils/mcelog: Update to v151
Attached
Detach File
Event Timeline
Log In to Comment