mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 0.11.5.
PR: 46177 Submitted by: maintainer
This commit is contained in:
parent
ba7d06e99b
commit
72bc4ab776
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72333
@ -6,22 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= naim
|
||||
PORTVERSION= 0.11.4.13
|
||||
PORTVERSION= 0.11.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.acm.rpi.edu/~n/naim/
|
||||
|
||||
MAINTAINER= rtdean@cytherianage.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//}
|
||||
GNU_CONFIGURE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--build=${CONFIGURE_TARGET}
|
||||
|
||||
MAN1= naim.1
|
||||
MLINKS= naim.1 nirc.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (naim-0.11.4.13.tar.gz) = 77c32ad1c58d1ab818a742928963c6fe
|
||||
MD5 (naim-0.11.5.tar.gz) = 9405a77b2965889a9e74e26466edc119
|
||||
|
19
net-im/naim/files/patch-Makefile.in
Normal file
19
net-im/naim/files/patch-Makefile.in
Normal file
@ -0,0 +1,19 @@
|
||||
Index: src/Makefile.in
|
||||
===================================================================
|
||||
RCS file: /usr/home/rtdean/cvs-tmp/naim/src/Makefile.in,v
|
||||
retrieving revision 1.1.1.1
|
||||
diff -u -u -r1.1.1.1 Makefile.in
|
||||
--- src/Makefile.in 11 Dec 2002 04:06:18 -0000 1.1.1.1
|
||||
+++ src/Makefile.in 11 Dec 2002 04:06:43 -0000
|
||||
@@ -465,11 +465,6 @@
|
||||
rm -f $(DESTDIR)$(bindir)/nirc; \
|
||||
ln -s naim $(DESTDIR)$(bindir)/nirc; \
|
||||
fi
|
||||
- mkdir -p $(DESTDIR)$(mandir)/man1
|
||||
- if [ ! -h $(DESTDIR)$(mandir)/man1/nirc.1 ]; then \
|
||||
- rm -f $(DESTDIR)$(mandir)/man1/nirc.1; \
|
||||
- ln -s naim.1 $(DESTDIR)$(mandir)/man1/nirc.1; \
|
||||
- fi
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
@ -1,8 +1,10 @@
|
||||
bin/naim
|
||||
lib/naim/libnsocket.so
|
||||
bin/nirc
|
||||
lib/naim/libnsocket.so.0
|
||||
lib/naim/libnsocket.so
|
||||
lib/naim/libnsocket.la
|
||||
@dirrm lib/naim
|
||||
%%PORTDOCS%%share/doc/naim/naim.hlp
|
||||
%%PORTDOCS%%share/doc/naim/COLORS
|
||||
%%PORTDOCS%%share/doc/naim/FAQ
|
||||
%%PORTDOCS%%@dirrm share/doc/naim
|
||||
|
@ -6,22 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= naim
|
||||
PORTVERSION= 0.11.4.13
|
||||
PORTVERSION= 0.11.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.acm.rpi.edu/~n/naim/
|
||||
|
||||
MAINTAINER= rtdean@cytherianage.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//}
|
||||
GNU_CONFIGURE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--build=${CONFIGURE_TARGET}
|
||||
|
||||
MAN1= naim.1
|
||||
MLINKS= naim.1 nirc.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (naim-0.11.4.13.tar.gz) = 77c32ad1c58d1ab818a742928963c6fe
|
||||
MD5 (naim-0.11.5.tar.gz) = 9405a77b2965889a9e74e26466edc119
|
||||
|
19
net/naim/files/patch-Makefile.in
Normal file
19
net/naim/files/patch-Makefile.in
Normal file
@ -0,0 +1,19 @@
|
||||
Index: src/Makefile.in
|
||||
===================================================================
|
||||
RCS file: /usr/home/rtdean/cvs-tmp/naim/src/Makefile.in,v
|
||||
retrieving revision 1.1.1.1
|
||||
diff -u -u -r1.1.1.1 Makefile.in
|
||||
--- src/Makefile.in 11 Dec 2002 04:06:18 -0000 1.1.1.1
|
||||
+++ src/Makefile.in 11 Dec 2002 04:06:43 -0000
|
||||
@@ -465,11 +465,6 @@
|
||||
rm -f $(DESTDIR)$(bindir)/nirc; \
|
||||
ln -s naim $(DESTDIR)$(bindir)/nirc; \
|
||||
fi
|
||||
- mkdir -p $(DESTDIR)$(mandir)/man1
|
||||
- if [ ! -h $(DESTDIR)$(mandir)/man1/nirc.1 ]; then \
|
||||
- rm -f $(DESTDIR)$(mandir)/man1/nirc.1; \
|
||||
- ln -s naim.1 $(DESTDIR)$(mandir)/man1/nirc.1; \
|
||||
- fi
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
@ -1,8 +1,10 @@
|
||||
bin/naim
|
||||
lib/naim/libnsocket.so
|
||||
bin/nirc
|
||||
lib/naim/libnsocket.so.0
|
||||
lib/naim/libnsocket.so
|
||||
lib/naim/libnsocket.la
|
||||
@dirrm lib/naim
|
||||
%%PORTDOCS%%share/doc/naim/naim.hlp
|
||||
%%PORTDOCS%%share/doc/naim/COLORS
|
||||
%%PORTDOCS%%share/doc/naim/FAQ
|
||||
%%PORTDOCS%%@dirrm share/doc/naim
|
||||
|
Loading…
Reference in New Issue
Block a user