mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.5.2
This commit is contained in:
parent
2d36fc2a99
commit
9f78dc8789
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49327
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dopewars
|
||||
PORTVERSION= 1.5.1
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://dopewars.sourceforge.net/ \
|
||||
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dopewars-1.5.1.tar.gz) = 358ae5cd526b42ddee1dc28201780e45
|
||||
MD5 (dopewars-1.5.2.tar.gz) = 8951c13c5aa067d4a6fde0b891d21d7a
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/dopeos.h.orig Mon Jun 18 14:31:50 2001
|
||||
+++ src/dopeos.h Mon Jun 18 14:32:17 2001
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#if NETWORKING
|
||||
+#include <sys/types.h>
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
@ -1,12 +1,13 @@
|
||||
--- doc/Makefile.in.orig Mon Jun 18 20:46:56 2001
|
||||
+++ doc/Makefile.in Thu Aug 2 18:46:04 2001
|
||||
@@ -248,8 +248,10 @@
|
||||
--- doc/Makefile.in.orig Tue Oct 16 16:07:40 2001
|
||||
+++ doc/Makefile.in Mon Oct 29 05:33:38 2001
|
||||
@@ -247,9 +247,11 @@
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
+ifndef NOPORTDOCS
|
||||
${INSTALL} -d -o root -g 0 -m 0755 ${DESTDIR}${DOCPATH}
|
||||
${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
|
||||
install-data-local:
|
||||
${INSTALL} -d -o root -g 0 -m 0755 ${DOCPATH}
|
||||
${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DOCPATH}
|
||||
+endif
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
|
@ -17,6 +17,7 @@ share/dopewars/pixmaps/dopewars-pill.png
|
||||
share/dopewars/pixmaps/dopewars-shot.png
|
||||
share/dopewars/pixmaps/dopewars-weed.png
|
||||
share/locale/de/LC_MESSAGES/dopewars.mo
|
||||
share/locale/fr/LC_MESSAGES/dopewars.mo
|
||||
share/locale/pl/LC_MESSAGES/dopewars.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/dopewars.mo
|
||||
share/gnome/apps/Games/dopewars.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user