FreeBSD Bugzilla – Attachment 135974 Details for
Bug 181063
comms/ser2net: Update to version 2.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
comms_ser2net.diff
comms_ser2net.diff (text/x-diff), 2.12 KB, created by
tkato432
on 2013-10-31 19:25:57 UTC
(
hide
)
Description:
comms_ser2net.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-10-31 19:25:57 UTC
Size:
2.12 KB
patch
obsolete
>diff -urN /usr/ports/comms/ser2net/Makefile comms/ser2net/Makefile >--- /usr/ports/comms/ser2net/Makefile 2013-09-22 01:06:12.000000000 +0900 >+++ comms/ser2net/Makefile 2013-11-01 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/comms/ser2net/Makefile 327714 2013-09-20 16:03:29Z bapt $ > > PORTNAME= ser2net >-PORTVERSION= 2.8 >+PORTVERSION= 2.9.1 > CATEGORIES= comms net > MASTER_SITES= SF/${PORTNAME}/${PORTNAME} > >@@ -15,13 +15,14 @@ > > USE_RC_SUBR= ${PORTNAME} > >-GNU_CONFIGURE= yes >+USE_AUTOTOOLS= libtoolize aclocal automake autoconf >+LIBTOOLIZE_ARGS=--copy --force >+AUTOMAKE_ARGS= --add-missing > >-MAN8= ${PORTNAME}.8 > PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README >-PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample >+PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \ >+ man/man8/${PORTNAME}.8.gz > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > post-patch: >@@ -35,15 +36,15 @@ > .endfor > > do-install: >- (cd ${WRKSRC} \ >- && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/sbin \ >- && ${INSTALL_MAN} ${PORTNAME}.8 ${MAN8PREFIX}/man/man8 \ >- && ${INSTALL_DATA} ${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample) >-.if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ >+ ${STAGEDIR}${PREFIX}/sbin) >+ (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.8 \ >+ ${STAGEDIR}${MAN8PREFIX}/man/man8) >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTNAME}.conf \ >+ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample) >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${PORTDOCS} >- (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) > .endfor >-.endif > > .include <bsd.port.mk> >diff -urN /usr/ports/comms/ser2net/distinfo comms/ser2net/distinfo >--- /usr/ports/comms/ser2net/distinfo 2013-06-21 03:41:23.000000000 +0900 >+++ comms/ser2net/distinfo 2013-11-01 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (ser2net-2.8.tar.gz) = 61e4fceb224c769e2d8123adab4bce9633250d38892317ce33ac187298c8394e >-SIZE (ser2net-2.8.tar.gz) = 334753 >+SHA256 (ser2net-2.9.1.tar.gz) = fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5ca0d0e >+SIZE (ser2net-2.9.1.tar.gz) = 357820
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181063
:
135973
| 135974