* Brian Callahan on Mon, Sep 02, 2013 at 05:26:54PM -0400: > >As far as I can tell it is enough to patch the version number in the > >port's Makefile. Patch and updated distinfo are attached.
> Not quite. REVISION goes away when there's a new version. Have you
> checked to make sure the patches apply with no fuzz? Have you
> checked to make sure the PLIST hasn't changed? It wouldn't hurt to
> spell out the PKGNAME too.
Patches apply without any fuzz (this is after 'makesum'):
| ===> pdmenu-1.3.2p0 depends on: gettext->=0.10.38 -> gettext-0.18.2p1
| ===> pdmenu-1.3.2p0 depends on: metaauto-* -> metaauto-1.0
| ===> pdmenu-1.3.2p0 depends on: autoconf-2.61 -> autoconf-2.61p3
| ===> pdmenu-1.3.2p0 depends on: gmake-* -> gmake-3.82p2
| ===> pdmenu-1.3.2p0 depends on: groff->=1.21 -> groff-1.21p8
| ===> pdmenu-1.3.2p0 depends on: libslang-* -> libslang-2.2.4
| ===> pdmenu-1.3.2p0 depends on: libiconv-* -> libiconv-1.14p0
| ===> Verifying specs: c curses m slang intl>=5 iconv>=6 c curses m slang
intl>=5 iconv>=6
| ===> found c.66.2 curses.12.1 m.7.1 slang.16.0 intl.6.0 iconv.6.0
| ===> Checking files for pdmenu-1.3.2p0
| `/tmp/ports/distfiles/pdmenu_1.3.2.tar.gz' is up to date.
| >> (SHA256) pdmenu_1.3.2.tar.gz: OK
| ===> Extracting for pdmenu-1.3.2p0
| ===> Patching for pdmenu-1.3.2p0
| Running autoconf-2.61 in /tmp/ports/pobj/pdmenu-1.3.2/pdmenu
> Finally, please send a single diff from 'cvs diff -uNp'
Updated patch is attached---thanks for the corrections.
s//un
--
Leave it to a girl to take all fun out of sex discrimination.
-- Calvin; "Calvin & Hobbes"
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/pdmenu/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile 30 Apr 2012 19:22:08 -0000 1.21
+++ Makefile 2 Sep 2013 22:11:54 -0000
@@ -2,9 +2,9 @@
COMMENT= simple slang-based menu program
-DISTNAME= pdmenu_1.2.98
-PKGNAME= ${DISTNAME:S/_/-/}
-REVISION= 0
+VERSION= 1.3.2
+DISTNAME= pdmenu_${VERSION}
+PKGNAME= pdmenu-${VERSION}
CATEGORIES= misc
HOMEPAGE= http://kitenet.net/programs/pdmenu/
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/pdmenu/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 13 Oct 2009 21:48:30 -0000 1.4
+++ distinfo 2 Sep 2013 22:11:54 -0000
@@ -1,5 +1,2 @@
-MD5 (pdmenu_1.2.98.tar.gz) = VDkHE3TabJgE1+s3JqJbMw==
-RMD160 (pdmenu_1.2.98.tar.gz) = oqWuTR/qQXkffu+ujmOFGi2YFmQ=
-SHA1 (pdmenu_1.2.98.tar.gz) = eU/xXJivDceOjOPRfR/ShlmVN1A=
-SHA256 (pdmenu_1.2.98.tar.gz) = KCxT7pQFo6MmO0ljqrxFrbV1vW54MGJZPipMOh5aBlQ=
-SIZE (pdmenu_1.2.98.tar.gz) = 155652
+SHA256 (pdmenu_1.3.2.tar.gz) = ento1QhRpPD0JGfZxe50vbQlkeNWh/l609LJFflgfZA=
+SIZE (pdmenu_1.3.2.tar.gz) = 160083
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/misc/pdmenu/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 13 Oct 2009 21:48:30 -0000 1.4
+++ pkg/PLIST 2 Sep 2013 22:11:54 -0000
@@ -14,13 +14,6 @@ share/examples/pdmenu/pdmenurc
share/examples/pdmenu/pdmenurc.complex
share/examples/pdmenu/pdmenurc.monitor
share/examples/pdmenu/showdir.pl
-share/locale/
-share/locale/es/
-share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/pdmenu.mo
-share/locale/fr/
-share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/pdmenu.mo
-share/locale/ru/
-share/locale/ru/LC_MESSAGES/
share/locale/ru/LC_MESSAGES/pdmenu.mo
pgpRj9TW5sTXh.pgp
Description: PGP signature
