pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xrn: Updated to version 10.11



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Aug 24 14:07:19 2018 +0200
Changeset:	9e2df506025ba16a27e024f3d435461b659a013c

Modified Files:
	xrn/DESCR
	xrn/Makefile
	xrn/README
	xrn/distinfo
Removed Files:
	xrn/files/xrn.spec.in

Log Message:
xrn: Updated to version 10.11

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e2df506025ba16a27e024f3d435461b659a013c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xrn/DESCR             |  3 +--
 xrn/Makefile          |  5 +----
 xrn/README            |  2 +-
 xrn/distinfo          |  8 ++++----
 xrn/files/xrn.spec.in | 33 ---------------------------------
 5 files changed, 7 insertions(+), 44 deletions(-)

diffs:
diff --git a/xrn/DESCR b/xrn/DESCR
index 25ff09f674..b8ddbb0e9d 100644
--- a/xrn/DESCR
+++ b/xrn/DESCR
@@ -13,5 +13,4 @@ XRN is maintained by Jonathan Kamens.  Bug reports or comments about
 it should be sent to <mailto:bug-xrn%kamens.brookline.ma.us@localhost>.
 Please do *not* write to that address with basic questions about
 compiling the program; if you are unfamiliar with compiling X
-applications and the instructions below are not sufficient, you should
-seek help at your site.
+applications, you should seek help at your site.
diff --git a/xrn/Makefile b/xrn/Makefile
index 03a27e6af6..af3704ce31 100644
--- a/xrn/Makefile
+++ b/xrn/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	xrn-10.1
+DISTNAME=	xrn-10.11
 CATEGORIES=	news
 MASTER_SITES=	ftp://rtfm.mit.edu/pub/xrn/
 
@@ -31,9 +31,6 @@ XAW_TYPE=	standard
 #	cd ${BUILDLINK_DIR}/include/X11 && mv Xaw Xaw.standard && ln -s Xaw3d Xaw
 #.endif
 
-post-patch:
-	${CP} ${FILESDIR}/xrn.spec.in ${WRKSRC}
-
 pre-install:
 	for f in COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog; do \
 		${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/xrn; \
diff --git a/xrn/README b/xrn/README
index bb27c89853..15d5345a3e 100644
--- a/xrn/README
+++ b/xrn/README
@@ -3,6 +3,6 @@ Modifications compared to current pkgsrc package
 (this file should be removed before import)
 
 - Master site updated
-- Updated to version 10.1
+- Updated to version 10.11
 - Makefile rewritten for new autotools build system
 - Patches required to built on NetBSD sent to upstream
diff --git a/xrn/distinfo b/xrn/distinfo
index cccdc22da5..0a2f316b0f 100644
--- a/xrn/distinfo
+++ b/xrn/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (xrn-10.1.tar.gz) = 05066b8e3ac8746d618f554654aaf024776d2898
-RMD160 (xrn-10.1.tar.gz) = 59f11586feb56b82ebb7d680a7bfabad0dd7a476
-SHA512 (xrn-10.1.tar.gz) = ca70d6d99aa8ffba52fd1278f153f2eec2f510a0cc963acdbb7442294cc393039b8eae877579e8736688e7b7891c7f2d873fdda1eb7595f694c5a559064533f0
-Size (xrn-10.1.tar.gz) = 470505 bytes
+SHA1 (xrn-10.11.tar.gz) = 4dfe8063b1356c74f2e92ab84d93ff464a174e70
+RMD160 (xrn-10.11.tar.gz) = 7bb29af447efcb4197be2f780d7bd9733f5523a5
+SHA512 (xrn-10.11.tar.gz) = e65def882d2bfbf376fa903d35007091d94ba0a927bc75bfd988d6f7f9826949db777344fd539c294c0f0af3a15ab02e470279491cca12c9314f901061fe09a7
+Size (xrn-10.11.tar.gz) = 469671 bytes
 SHA1 (patch-config.h) = e1386011fe2c1f7fb518f0f5a7b3b4a9b93a00f1
diff --git a/xrn/files/xrn.spec.in b/xrn/files/xrn.spec.in
deleted file mode 100644
index b5983a702d..0000000000
--- a/xrn/files/xrn.spec.in
+++ /dev/null
@@ -1,33 +0,0 @@
-%define tgz_version xPACKAGE_VERSIONx
-%define rpm_version xPACKAGE_VERSIONx
-
-Summary: An X Windows System news reader.
-Name: xrn
-Version: %{rpm_version}
-Release: 6jik
-License: UCB
-Group: Applications/Internet
-Source: xrn-%{tgz_version}.tar.gz
-Buildroot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libXaw-devel
-%description
-A simple Usenet News reader for the X Window System.  Xrn allows you to
-point and click your way through reading, replying and posting news
-messages.
-
-Install the xrn package if you need a simple news reader for X.
-
-%prep
-%setup -n xrn-%{tgz_version}
-%build
-%configure
-make
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-%files
-%defattr(-,root,root)
-%doc COMMON-PROBLMS COPYRIGHT CREDITS README
-%{_bindir}/*
-%{_sysconfdir}/X11/app-defaults/*
-%{_mandir}/man1/*


Home | Main Index | Thread Index | Old Index