svn commit: r461126 - in head/graphics/libpcd: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Feb 7 09:02:46 UTC 2018
Author: amdmi3
Date: Wed Feb 7 09:02:45 2018
New Revision: 461126
URL: https://svnweb.freebsd.org/changeset/ports/461126
Log:
- Cosmetic fix
- Regenerate patches
- Update WWW
Modified:
head/graphics/libpcd/Makefile
head/graphics/libpcd/files/patch-GNUmakefile
head/graphics/libpcd/pkg-descr
Modified: head/graphics/libpcd/Makefile
==============================================================================
--- head/graphics/libpcd/Makefile Wed Feb 7 08:55:09 2018 (r461125)
+++ head/graphics/libpcd/Makefile Wed Feb 7 09:02:45 2018 (r461126)
@@ -19,6 +19,6 @@ MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so
.include <bsd.port.mk>
Modified: head/graphics/libpcd/files/patch-GNUmakefile
==============================================================================
--- head/graphics/libpcd/files/patch-GNUmakefile Wed Feb 7 08:55:09 2018 (r461125)
+++ head/graphics/libpcd/files/patch-GNUmakefile Wed Feb 7 09:02:45 2018 (r461126)
@@ -1,5 +1,5 @@
---- GNUmakefile.old Mon Aug 23 21:10:15 2004
-+++ GNUmakefile Mon Aug 23 21:10:38 2004
+--- GNUmakefile.orig 2003-07-22 09:52:46 UTC
++++ GNUmakefile
@@ -1,11 +1,11 @@
DESTDIR :=
Modified: head/graphics/libpcd/pkg-descr
==============================================================================
--- head/graphics/libpcd/pkg-descr Wed Feb 7 08:55:09 2018 (r461125)
+++ head/graphics/libpcd/pkg-descr Wed Feb 7 09:02:45 2018 (r461126)
@@ -2,4 +2,4 @@ This is a tiny library for decoding PhotoCD images. I
new, it exists for years. I've just released it separately for the
first time now. It used to come bundled with xpcd.
-WWW: http://www.kraxel.org/blog/linux/libpcd/
+WWW: https://www.kraxel.org/blog/linux/libpcd/
More information about the svn-ports-head
mailing list